Set nmon unchecked by default

This commit is contained in:
MatMoul 2016-04-09 03:17:32 +02:00
parent 4f842a48e5
commit 309a3f82a4

View file

@ -5,7 +5,7 @@ options=()
options+=("bash-completion" "Best completion in bash" on)
options+=("lsof" "ls open file" on)
options+=("dmidecode" "Hardware infos" on)
options+=("nmon" "System monitor" 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)