From 267cf797857dcbbd42d4ceb1c24d4caced5369fd Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:24:55 +0200 Subject: [PATCH] Update Installer.sh Fixed oopsie with Wifi config --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index fcee89c..4eb38e4 100644 --- a/Installer.sh +++ b/Installer.sh @@ -110,7 +110,7 @@ hostnamectl set-hostname $HOST sed -i '/raspberrypi/d' /etc/hosts echo "127.0.1.1 $HOST" >> /etc/hosts -if grep -Fxq "country=NL" /etc/wpa_supplicant/wpa_supplicant.conf +if grep -q "country=NL" /etc/wpa_supplicant/wpa_supplicant.conf then echo "Wifi properly configured" else