Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-04-11 10:24:44 -04:00
committed by GitHub
parent 023b68f386
commit a8e67410df
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Simple new installer
branch=main
branch=newbaseos
if ! which git &> /dev/null;then
sudo apt update
sudo apt -y install git