Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2021-12-12 15:31:32 -05:00
committed by GitHub
parent 79b27175f0
commit ca2f444ba0
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=git_install
branch=main
sudo apt update
if ! which git &> /dev/null;then
sudo apt -y install git