Changing install.sh message

This commit is contained in:
Félix Aime 2021-01-20 17:40:58 +01:00
parent 789d0c4ac4
commit dd5e5fedea

View File

@ -317,7 +317,7 @@ check_wlan_interfaces() {
fi
else
echo -e "\e[91m [✘] Two wireless interfaces are required."
echo -e " Please, plug a WiFi USB dongle and retry the install, exiting.\e[39m"
echo -e " Please, check if you have two Wi-Fi interfaces available (with the command iw list | grep Wiphy).\e[39m"
exit
fi
}