This commit is contained in:
2019-02-03 09:46:42 -06:00
parent e94cf5de31
commit d2890b00ae
2 changed files with 22 additions and 115 deletions

View File

@@ -5,9 +5,6 @@ source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)"
if [ "$EUID" -ne 0 ]; then APTFUNC="sudo ${ATYPE}"
else APTFUNC="${ATYPE}"
fi
echo ""
echo -e "${idsCL[LightGreen]}NodeMgmt Installation Script${idsCL[Default]}"