added chmod + exec line
This commit is contained in:
parent
a6ae96c5f0
commit
4e0af756db
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue