From aedc566dbcf79d5bc72e65789230eedd93fba527 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 May 2022 21:19:03 -0500 Subject: [PATCH] Update install-pgcg-rpisc.sh --- install-pgcg-rpisc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-pgcg-rpisc.sh b/install-pgcg-rpisc.sh index 48c8d61..151f241 100755 --- a/install-pgcg-rpisc.sh +++ b/install-pgcg-rpisc.sh @@ -9,8 +9,7 @@ echo "" sudo apt -y install wget curl git -sudo set -eu -sudo git clone https://pinegrove@git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /home/pi/PGCG-RPiSC-Installer +git clone --recursive https://pinegrove@git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /home/pi/PGCG-RPiSC-Installer echo ""