Update newinstaller.sh
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Simple new installer
|
# Simple new installer
|
||||||
|
my_dir=$(realpath $(dirname 0))
|
||||||
HOME=$HOME
|
HOME=$HOME
|
||||||
USER=$USER
|
USER=$USER
|
||||||
|
|
||||||
|
export my_dir=$my_dir
|
||||||
export HOME=$HOME
|
export HOME=$HOME
|
||||||
export USER=$USER
|
export USER=$USER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user