Enable dialog by default

This commit is contained in:
MatMoul 2016-12-04 21:09:28 +01:00
parent 1457ebf410
commit eb2ed21bab

View file

@ -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 \