This commit is contained in:
2023-06-30 18:07:14 -05:00
parent 1a84ff25b8
commit 2af736529c
9 changed files with 67 additions and 67 deletions

View File

@@ -5,7 +5,7 @@ source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)"
source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)"
echo ""
echo
echo -e "${idsCL[LightGreen]}NodeMgmt Installation Script${idsCL[Default]}"
do_with_root $APTFUNC -y install wget curl git
@@ -33,11 +33,11 @@ echo -e "NODE_HOSTNAME=\"$(hostname)\"
" > /opt/idssys/nodemgmt/settings.conf
echo ""
echo
echo -e "${idsCL[Yellow]}NodeMgmt has been Installed${idsCL[Default]}"
echo ""
echo
echo -e "To run, use the command: ${idsCL[Green]}nodemgmt${idsCL[Default]}"
echo ""
echo ""
echo
echo
exit 0