Update newinstaller.sh

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