From bb0411f11e80b55005c683fba34ba356bb5454d2 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:59:23 -0500 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index 48d42f4..14f34a1 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -2,7 +2,7 @@ # Simple new installer HOME=/home/pi USER=pi -branch=forms +branch=edit if ! which git &> /dev/null;then sudo apt update sudo apt -y install git