From a8e67410df82944932ff768561132e7b8f047974 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:24:44 -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 9e2f4a5..2e59544 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Simple new installer -branch=main +branch=newbaseos if ! which git &> /dev/null;then sudo apt update sudo apt -y install git