diff --git a/hyperfi b/hyperfi index 6679528..a88bc1b 100644 --- a/hyperfi +++ b/hyperfi @@ -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)