diff options
author | MatMoul <matmoul@gmail.com> | 2020-04-03 23:19:48 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2020-04-03 23:19:48 +0200 |
commit | c81d814bf39ed8cbfbc5f79988d5e478621d3136 (patch) | |
tree | eecafa57577c0ccece7573cb58dffb6130fc8186 | |
parent | 04ad84f3fc57b4255e0bd6ead6f66da2115e4527 (diff) | |
download | hyperfi-c81d814bf39ed8cbfbc5f79988d5e478621d3136.tar.lz hyperfi-c81d814bf39ed8cbfbc5f79988d5e478621d3136.tar.xz hyperfi-c81d814bf39ed8cbfbc5f79988d5e478621d3136.zip |
Remove dialog from extras
-rw-r--r-- | archfi | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1703,7 +1703,6 @@ archextrasmenu(){ options+=("nano" "" on) options+=("vim" "" on) options+=("dhcpcd" "" on) - options+=("dialog" "" on) sel=$(whiptail --backtitle "${apptitle}" --title "${txtextrasmenu}" --checklist "" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) |