Update install-pgcg-rpisc.sh

This commit is contained in:
2022-05-15 21:11:03 -05:00
parent d0210f1a97
commit fd9e27637b

View File

@@ -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 ""