From fd9e27637b909e035e4876961547c23321c929d2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 May 2022 21:11:03 -0500 Subject: [PATCH] Update install-pgcg-rpisc.sh --- install-pgcg-rpisc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ""