Update Installer.sh

Fixed oopsie with Wifi config
This commit is contained in:
Beeranco 2023-08-14 02:24:55 +02:00 committed by GitHub
parent 3787fc5a6d
commit 267cf79785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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