update
This commit is contained in:
17
install.sh
17
install.sh
@@ -4,9 +4,7 @@
|
||||
source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)"
|
||||
source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)"
|
||||
|
||||
|
||||
echo
|
||||
echo -e "${idsCL[LightGreen]}NodeMgmt Installation Script${idsCL[Default]}"
|
||||
echo -e "\n${idsCL[LightGreen]}NodeMgmt Installation Script${idsCL[Default]}"
|
||||
|
||||
$APTFUNC -y install wget curl git
|
||||
|
||||
@@ -25,17 +23,12 @@ echo -e "NODE_HOSTNAME=\"$(hostname)\"
|
||||
|
||||
#(optional)
|
||||
# EMAIL_NOTICE=email@address.com
|
||||
# PUSHOVER_APP_TOKEN=""
|
||||
# PUSHOVER_USER_TOKEN=""
|
||||
# PUSHOVER_APP_TOKEN=\"a2tk778mwe9b3tks1u16juas4rztjr\"
|
||||
# PUSHOVER_USER_TOKEN=\"\"
|
||||
|
||||
" > /opt/idssys/nodemgmt/conf/settings.conf
|
||||
|
||||
|
||||
echo
|
||||
echo -e "${idsCL[Yellow]}NodeMgmt has been Installed${idsCL[Default]}"
|
||||
echo
|
||||
echo -e "To run, use the command: ${idsCL[Green]}nodemgmt${idsCL[Default]}"
|
||||
echo
|
||||
echo
|
||||
echo -e "\n${idsCL[Yellow]}NodeMgmt has been Installed${idsCL[Default]}\n"
|
||||
echo -e "To run, use the command: ${idsCL[Green]}nodemgmt${idsCL[Default]}\n\n"
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user