From 4e0af756dbae8dc9f3e4597e672b12ee4a6e027d Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 29 Jan 2018 22:31:07 +0100 Subject: [PATCH] added chmod + exec line --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index d3a18cc..f2c6f46 100644 --- a/install.sh +++ b/install.sh @@ -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