Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmstrat authored Oct 18, 2017
1 parent 44495d1 commit 7272a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ echo "sudo systemctl daemon-reload" >> /dev/ttyUSB0
echo " -=- Disabling network to speed Pi0 bootup -=-"
echo "sudo systemctl disable networking" >> /dev/ttyUSB0
echo "sudo apt-get -y remove dhcpcd5 isc-dhcp-client isc-dhcp-common" >> /dev/ttyUSB0
echo " -=- Waiting for removal of network to complete (60s) -=-"
sleep 60
echo " -=- Waiting for removal of network to complete (90s) -=-"
sleep 90

echo " -=- Transfering files to Pi0 for HID -=-"
echo "rm -f /tmp/B64" >> /dev/ttyUSB0
Expand Down

0 comments on commit 7272a06

Please sign in to comment.