added chmod + exec line

This commit is contained in:
James Devine 2018-01-29 22:31:07 +01:00 committed by GitHub
parent a6ae96c5f0
commit 4e0af756db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ echo "Sorry. This procedure isn't ready yet, We're working on it! "
echo "--- Part 1: Expand the file system ---"
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