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