Add files via upload

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

View file

@ -1,6 +1,12 @@
#!/bin/bash
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 ---"
sudo raspi-config --expand-rootfs
cp -f rebootrc.local /etc/rc.local
cp -f rebootrc.local /etc/rc.local
chmod +x partialinstall.sh
echo "--- Finished setup part 1! Rebooting now for part 2 ---"
sleep 10
sudo reboot now