From 6347b56d9ac826deaf69bcead6715c41c5ad2926 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Aug 2018 22:03:31 -0500 Subject: [PATCH] Update glances-install.sh --- glances-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances-install.sh b/glances-install.sh index a7d2bd4..f1020b1 100644 --- a/glances-install.sh +++ b/glances-install.sh @@ -24,7 +24,7 @@ DEPS=$(whiptail --title "iDS-Glances Auto Install Script" --checklist --separate "action" "Allows Glances to trigger actions on events" ON \ "batinfo" "Displays Battery Stats" OFF \ "browser" "Allows for other Glances client browsing" ON \ -"chart" "Charts Module" ON \ +"chart" "Charts Module" OFF \ "cloud" "Displays Cloud Stats" OFF \ "cpuinfo" "Display CPU Stats" ON \ "docker" "Display Docker Containers" OFF \