diff --git a/install-pgcg-rpisc.sh b/install-pgcg-rpisc.sh index 0726ae5..a4ad2b9 100755 --- a/install-pgcg-rpisc.sh +++ b/install-pgcg-rpisc.sh @@ -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