From 1ed7b7fa90f7f2d30d8704f6179eb648fb86e07b Mon Sep 17 00:00:00 2001 From: James Devine Date: Fri, 2 Feb 2018 20:56:03 +0100 Subject: [PATCH] consistency with name change for second part installation script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4c1fe49..7660c09 100644 --- a/install.sh +++ b/install.sh @@ -6,8 +6,8 @@ echo "--- Expanding root file system ---" #chmod +x rebootrc.local sudo raspi-config --expand-rootfs #cp -f rebootrc.local /etc/rc.local -chmod +x partialinstall.sh +chmod +x installparttwo.sh -echo "--- Finished setup part 1! Rebooting, log back in and run sudo ./partialinstall.sh for part 2 ---" +echo "--- Finished setup part 1! Rebooting, log back in and run sudo ./installparttwo.sh for part 2 ---" sleep 10 sudo reboot now