correct iwconfig package name

This commit is contained in:
strasharo 2016-03-17 23:53:00 +02:00
parent a06d04c172
commit cd35d9888f
1 changed files with 1 additions and 1 deletions

View File

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