Update install.sh

This commit is contained in:
2017-04-13 09:55:17 -04:00
committed by GitHub
parent 09a84d0751
commit 990047ce80

View File

@@ -84,7 +84,7 @@ then
fi
fi
# Install files
# Install and setup files
sudo cp -f ~/HackPi/config.txt /boot/
sudo cp -f ~/HackPi/modules /etc/
sudo cp -f ~/HackPi/rc.local /etc/
@@ -92,6 +92,8 @@ then
sudo cp -f ~/HackPi/isc-dhcp-server /etc/default/
sudo cp -f ~/HackPi/dhcpd.conf /etc/dhcp/
sudo cp -f ~/HackPi/interfaces /etc/network/
sudo chmod +x ~/HackPi/gadget.sh
sudo chmod +x ~/HackPi/fingerprint.sh
printf "\nDone.\nYou can now reboot the device.\n"
else
printf "Installation aborted.\n"