diff --git a/install-glances.sh b/install-glances.sh index f3faa41..0890bf8 100755 --- a/install-glances.sh +++ b/install-glances.sh @@ -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