From 990047ce801eefba721cfdd46f03639c89aab8f1 Mon Sep 17 00:00:00 2001 From: wismna Date: Thu, 13 Apr 2017 09:55:17 -0400 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dbe7c37..9451243 100755 --- a/install.sh +++ b/install.sh @@ -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"