Add extra packages

This commit is contained in:
Jesús 2021-02-06 11:12:55 -05:00
parent ffafad864f
commit b3f6798ea6
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1624,6 +1624,8 @@ archextrasmenu(){
options+=("nano" "" on)
options+=("vim" "" on)
options+=("dhcpcd" "" on)
options+=("iw" "" on)
options+=("net-tools" "" on)
sel=$(whiptail --backtitle "${apptitle}" --title "${txtextrasmenu}" --checklist "" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)