Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-18 14:52:36 -05:00
committed by GitHub
parent cfef74be7a
commit 93c658cb6e
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Simple new installer
exec > >(tee -ia installation.log)
exec > >(tee -ia installation.log)
exec 2> >(tee -ia installation.log >&2)
HOME=/home/pi
USER=pi