Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-01-24 18:57:20 -05:00
committed by GitHub
parent 7c67d6aef9
commit 8a39af4a72
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=main
branch=forms
if ! which git &> /dev/null;then
sudo apt update
sudo apt -y install git