From 0757c5f74e9c0d1526dfe3f492080fb3eafca63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 13:07:10 +0100 Subject: [PATCH] fixed a line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aa3288..19802e9 100644 --- a/README.md +++ b/README.md @@ -191,9 +191,10 @@ Now set your Wifi country code for the interface: `sudo raspi-config` > "Localisation Options" > "WLAN Country" > Select your country code by pressing Enter > "Ok" > "Finish" Now enable and start all required services and restart: - ``` -span +sudo systemctl unmask hostapd +sudo systemctl enable hostapd +sudo systemctl start hostapd ``` ### Setup the MySQL database: