Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-18 15:00:22 -05:00
committed by GitHub
parent 58ce0ac262
commit 84fb3ebc62
+1 -2
View File
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
# Simple new installer
set -x
exec > >(tee -i logfile.txt)
exec 2>&1
exec > >(tee -i logfile.txt) 2>&1
HOME=/home/pi
USER=pi