diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d08b622a..dc195cc1 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -812,18 +812,19 @@ NODEUPDATE() { echo -en " ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : " if ! ${NCMD} command -v nodemgmt > /dev/null; then ${NCMD} "bash <(curl -sL https://go.scity.us/install-nodemgmt)" >/dev/null 2>&1 + echo -en "${idsCL[Green]}Installed${idsCL[Default]}" else ${NCMD} "nodemgmt update q" >/dev/null 2>&1 + echo -en "${idsCL[Green]}Updated${idsCL[Default]}" fi - echo -en "${idsCL[Green]}COMPLETE${idsCL[Default]}" - echo -en " ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : " - if ! ${NCMD} command -v runup > /dev/null; then - ${NCMD} bash <(curl -sL https://go.scity.us/install-linupx) >/dev/null 2>&1 - else - ${NCMD} "runup runup" >/dev/null 2>&1 - fi - echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" + # echo -en " ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : " + # if ! ${NCMD} command -v runup > /dev/null; then + # ${NCMD} bash <(curl -sL https://go.scity.us/install-linupx) >/dev/null 2>&1 + # else + # ${NCMD} "runup runup" >/dev/null 2>&1 + # fi + # echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" else echo -en " ~ ${idsCL[LightCyan]}Sync Defaults${idsCL[Default]} : "