From 4c755913154c85bf8054afce17ca4b8ea63ac5b8 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:15:10 -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 135a5e3..ac3af4d 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -3,7 +3,7 @@ HOME=/home/pi USER=pi -branch=sqlite +branch=newif if ! which git &> /dev/null;then sudo apt update sudo apt -y install git