From dd5e5fedeaa4cb017d5cb58c9e4a805cef78b4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Wed, 20 Jan 2021 17:40:58 +0100 Subject: [PATCH] Changing install.sh message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 554d972..4067f3c 100644 --- a/install.sh +++ b/install.sh @@ -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 }