Merge pull request #77 from caquino/caquino/travis-fixes
minor builder fixes
This commit is contained in:
commit
ccfef079dd
@ -203,7 +203,7 @@
|
|||||||
|
|
||||||
- name: configure usb interface
|
- name: configure usb interface
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/network/interfaces.d/usb0.cfg
|
path: /etc/network/interfaces.d/usb0-cfg
|
||||||
create: yes
|
create: yes
|
||||||
block: |
|
block: |
|
||||||
allow-hotplug usb0
|
allow-hotplug usb0
|
||||||
@ -216,7 +216,7 @@
|
|||||||
|
|
||||||
- name: configure eth0 interface (pi2/3/4)
|
- name: configure eth0 interface (pi2/3/4)
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/network/interfaces.d/eth0.cfg
|
path: /etc/network/interfaces.d/eth0-cfg
|
||||||
create: yes
|
create: yes
|
||||||
block: |
|
block: |
|
||||||
allow-hotplug eth0
|
allow-hotplug eth0
|
||||||
|
@ -10,3 +10,4 @@ file_read_backwards
|
|||||||
numpy
|
numpy
|
||||||
inky
|
inky
|
||||||
smbus
|
smbus
|
||||||
|
pillow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user