Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-04-11 10:40:10 -04:00
committed by GitHub
parent 3d0f5200e5
commit 3c4c0a9d2c
+2 -1
View File
@@ -1,9 +1,10 @@
#!/usr/bin/env bash
# Simple new installer
my_dir=$(realpath $(dirname 0))
HOME=$HOME
USER=$USER
export my_dir=$my_dir
export HOME=$HOME
export USER=$USER