From 473eb8d511d823a681b775a4a355af1260e4362f Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:39:52 +0200 Subject: [PATCH] Update Installer.sh Enabled Wifi when configured wpa_supplicant.conf --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index 201205b..f9401ee 100644 --- a/Installer.sh +++ b/Installer.sh @@ -112,7 +112,7 @@ echo "127.0.1.1 $HOST" >> /etc/hosts if grep -q "country=NL" /etc/wpa_supplicant/wpa_supplicant.conf then - echo "Wifi properly configured" + rfkill unblock wifi else echo "country=NL" >> /etc/wpa_supplicant/wpa_supplicant.conf rfkill unblock wifi