From b3f6798ea6ece5db586088c88a03148c63d0ca9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 6 Feb 2021 11:12:55 -0500 Subject: [PATCH] Add extra packages --- hyperfi | 2 ++ 1 file changed, 2 insertions(+) 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)