From 1f4081c6efe201ee199f00537ebe5b6bef21edb7 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 25 Nov 2018 16:21:08 -0500 Subject: [PATCH] ./vars --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fa90944..f1cb2ad 100755 --- a/install.sh +++ b/install.sh @@ -4,10 +4,9 @@ ################################################################################ # switch to sudo user -sudo -s # source vars -source vars +./vars # check if root if [[ $EUID -ne 0 ]]; then