Update newinstaller.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user