Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2021-12-12 15:08:22 -05:00
committed by GitHub
parent d381e65787
commit 4fae5e544c
+1 -1
View File
@@ -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