making changes to accomodate removing the pi user

This commit is contained in:
mcguirepr89
2022-04-11 10:16:54 -04:00
parent 341cc17264
commit 023b68f386
39 changed files with 167 additions and 191 deletions
-2
View File
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
# Simple new installer
HOME=/home/pi
USER=pi
branch=main
if ! which git &> /dev/null;then
sudo apt update