From cd35d9888f8ccc77c4209855d7c125ec120b947f Mon Sep 17 00:00:00 2001 From: strasharo Date: Thu, 17 Mar 2016 23:53:00 +0200 Subject: [PATCH] correct iwconfig package name --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index b635d1c..c6f6cfc 100755 --- a/Installer.sh +++ b/Installer.sh @@ -107,7 +107,7 @@ transparent="\e[0m" echo -ne "Iwconfig........" if ! hash iwconfig 2>/dev/null; then echo -e "\e[1;31mNot installed"$transparent"" - sudo apt-get install iwconfig -y + sudo apt-get install wireless-tools -y else echo -e "\e[1;32mOK!"$transparent"" fi