Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-04-11 10:28:35 -04:00
committed by GitHub
parent a8e67410df
commit d4f247a1d3
+6
View File
@@ -1,6 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Simple new installer # Simple new installer
HOME=$HOME
USER=$USER
export HOME=$HOME
export USER=$USER
branch=newbaseos branch=newbaseos
if ! which git &> /dev/null;then if ! which git &> /dev/null;then
sudo apt update sudo apt update