add source vars to top of install script
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# Installs Dependencies automatically
|
||||
################################################################################
|
||||
|
||||
# source vars
|
||||
source ./vars
|
||||
|
||||
# check if root
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo -e "This script must be run as root"
|
||||
|
||||
Reference in New Issue
Block a user