From 3894487a8396eb7467435c3711389dfcc23d3749 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Thu, 10 Feb 2022 11:31:28 -0500 Subject: [PATCH] adding `forms` back to newinstaller for more tseting --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index e89c8e6..48d42f4 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -2,7 +2,7 @@ # Simple new installer HOME=/home/pi USER=pi -branch=main +branch=forms if ! which git &> /dev/null;then sudo apt update sudo apt -y install git