From eb2ed21babb87438c647ecf492ac569d82b5c524 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 4 Dec 2016 21:09:28 +0100 Subject: [PATCH] Enable dialog by default --- install/console/generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/console/generic b/install/console/generic index c0ee6a6..f08f9bf 100644 --- a/install/console/generic +++ b/install/console/generic @@ -5,10 +5,10 @@ options=() options+=("bash-completion" "Best completion in bash" on) options+=("lsof" "ls open file" on) options+=("dmidecode" "Hardware infos" on) +options+=("dialog" "Dialog boxes for script" on) options+=("nmon" "System monitor" off) options+=("mc" "Dual pane file explorer" off) options+=("powertop" "power mon and management" off) -options+=("dialog" "Dialog boxes for script" off) options+=("gpm" "Console mouse support" off) sel=$(whiptail --backtitle "$apptitle" --title "Console Generic packages :" --checklist "" --cancel-button "Back" 0 0 0 \