Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-18 14:56:02 -05:00
committed by GitHub
parent ce02b13af4
commit 58ce0ac262
+1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Simple new installer
set -x
exec > >(tee -i logfile.txt)
exec 2>&1