Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-14 13:59:35 -05:00
committed by GitHub
parent bb0411f11e
commit f0f1a149fb
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=edit
branch=main
if ! which git &> /dev/null;then
sudo apt update
sudo apt -y install git