Update newinstaller.sh
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Simple new installer
|
# Simple new installer
|
||||||
exec > >(tee -ia installation.log)
|
exec > >(tee -i logfile.txt)
|
||||||
exec 2> >(tee -ia installation.log >&2)
|
exec 2>&1
|
||||||
|
|
||||||
HOME=/home/pi
|
HOME=/home/pi
|
||||||
USER=pi
|
USER=pi
|
||||||
branch=sqlite
|
branch=sqlite
|
||||||
|
|||||||
Reference in New Issue
Block a user