add source vars to top of install script

This commit is contained in:
Reese
2018-09-19 22:01:13 -04:00
parent 344f005ad6
commit db3d3c1459

View File

@@ -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"