Update install-pgcg-rpisc.sh

This commit is contained in:
2022-05-15 21:14:17 -05:00
parent fd9e27637b
commit fa98838b18

View File

@@ -7,7 +7,7 @@ echo ""
echo -e "${idsCL[LightGreen]}PGCG Rpi-SC Installation Script${idsCL[Default]}"
echo ""
sudo $APTFUNC -y install wget curl git
sudo $APTFUNC install -y wget curl git
sudo set -eu
sudo git clone https://git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /home/pi/PGCG-RPiSC-Installer