From 4fae5e544c5bc6727a7b9a7d649ea262c62e1e46 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:08:22 -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 875d9c6..1d0ad36 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Simple new installer HOME=/home/pi -USER=pi +USER=patrick branch=git_install sudo apt update if ! which git &> /dev/null;then