Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2021-11-09 13:01:34 -05:00
committed by GitHub
parent 2e45aafabb
commit 39e7df34d5
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=newinstaller
branch=main
sudo apt update
if ! which git &> /dev/null;then
sudo apt -y install git