From 3c4c0a9d2c4ba4e914592a4ec8132c0fa52ad2aa Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:40:10 -0400 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index a3a352e..7219e4f 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -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