consistency with name change for second part installation script
This commit is contained in:
parent
5a8916f0ed
commit
1ed7b7fa90
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue