From c320032c2fdb812531b19b1f9c2735f4349bbc77 Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 29 Jan 2018 22:01:11 +0100 Subject: [PATCH] Add files via upload --- install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c03e49..d3a18cc 100644 --- a/install.sh +++ b/install.sh @@ -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 \ No newline at end of file +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