correct iwconfig package name
This commit is contained in:
parent
a06d04c172
commit
cd35d9888f
|
@ -107,7 +107,7 @@ transparent="\e[0m"
|
||||||
echo -ne "Iwconfig........"
|
echo -ne "Iwconfig........"
|
||||||
if ! hash iwconfig 2>/dev/null; then
|
if ! hash iwconfig 2>/dev/null; then
|
||||||
echo -e "\e[1;31mNot installed"$transparent""
|
echo -e "\e[1;31mNot installed"$transparent""
|
||||||
sudo apt-get install iwconfig -y
|
sudo apt-get install wireless-tools -y
|
||||||
else
|
else
|
||||||
echo -e "\e[1;32mOK!"$transparent""
|
echo -e "\e[1;32mOK!"$transparent""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue