Update install-glances.sh

This commit is contained in:
2024-02-20 22:02:20 -06:00
parent b6ee894722
commit 9dbdba7ac5

View File

@@ -16,7 +16,7 @@ echo ""
DEPS=$(whiptail --title "iDS-Glances Auto Install Script" --checklist --separate-output \
"\nPlease select which modules to install for Glances to be able\nto utilize for this system:" 28 80 16 \
"action" "Allows Glances to trigger actions on events" ON \
"action" "Allows Glances to trigger actions on events" OFF \
"batinfo" "Displays Battery Stats" OFF \
"browser" "Allows for other Glances client browsing" ON \
"chart" "Charts Module" OFF \
@@ -26,10 +26,10 @@ DEPS=$(whiptail --title "iDS-Glances Auto Install Script" --checklist --separate
"export" "Allows for Data Export" OFF \
"folders" "Folders Module" ON \
"gpu" "Displays GPU Stats" OFF \
"ip" "Displays Public and Private Addresses" OFF \
"ip" "Displays Public and Private Addresses" ON \
"raid" "Displays RAID Stats" OFF \
"snmp" "Could retrieve stats from an snmp endpoint" OFF \
"web" "Allows Glances to run as a webserver" OFF \
"web" "Allows Glances to run as a webserver" ON \
"wifi" "Displays WiFi Stats" OFF 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 1 ]; then exit; fi