diff --git a/install-pgcg-rpisc.sh b/install-pgcg-rpisc.sh index fd4bdd4..0726ae5 100755 --- a/install-pgcg-rpisc.sh +++ b/install-pgcg-rpisc.sh @@ -10,11 +10,11 @@ echo "" sudo $APTFUNC -y install wget curl git sudo set -eu -sudo git clone https://git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /opt/PGCG-RPiSC-Installer +sudo git clone https://git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /home/pi/PGCG-RPiSC-Installer echo "" -cd /opt/PGCG-RPiSC-Installer +cd /home/pi/PGCG-RPiSC-Installer bash ./install.sh echo ""