Remove dialog from extras

This commit is contained in:
MatMoul 2020-04-03 23:19:48 +02:00
parent 04ad84f3fc
commit c81d814bf3

1
archfi
View file

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