Update newinstaller.sh

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