From 114281c35f3864e260a6d348fafe0298aba823fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 May 2022 21:14:30 -0500 Subject: [PATCH] Update install-pgcg-rpisc.sh --- install-pgcg-rpisc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-pgcg-rpisc.sh b/install-pgcg-rpisc.sh index a4ad2b9..777d3ff 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 install -y wget curl git +sudo $APTFUNC install wget curl git sudo set -eu sudo git clone https://git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /home/pi/PGCG-RPiSC-Installer