Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-10 12:42:09 -05:00
committed by GitHub
parent be1faf5813
commit da11a26349
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=forms
branch=main
if ! which git &> /dev/null;then
sudo apt update
sudo apt -y install git