consistency with name change for second part installation script

This commit is contained in:
James Devine 2018-02-02 20:56:03 +01:00 committed by GitHub
parent 5a8916f0ed
commit 1ed7b7fa90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ echo "--- Expanding root file system ---"
#chmod +x rebootrc.local #chmod +x rebootrc.local
sudo raspi-config --expand-rootfs sudo raspi-config --expand-rootfs
#cp -f rebootrc.local /etc/rc.local #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 sleep 10
sudo reboot now sudo reboot now