From cc66a8aff3d749689bc896217f0b3d484a0d8146 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:01:33 -0400 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index 6b4dcda..64fa222 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -6,7 +6,7 @@ USER=$USER export HOME=$HOME export USER=$USER -branch=newbaseos +branch=main if ! which git &> /dev/null;then sudo apt update sudo apt -y install git