From baabb4240c9f5e82376933b95394f1daacf1386b Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sat, 2 Apr 2022 13:05:01 -0400 Subject: [PATCH] preparing for pull to main --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index ac3af4d..315159f 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -3,7 +3,7 @@ HOME=/home/pi USER=pi -branch=newif +branch=main if ! which git &> /dev/null;then sudo apt update sudo apt -y install git