Update newinstaller.sh

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