From 9470081f4709f2e224cc4338e45306290a604c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 13:15:41 +0100 Subject: [PATCH] added update and upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19802e9..c1565df 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ For the professionals out there, most of you will already know how to pixel cont ### Commands to install all the required packages: ``` -sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd rfkill +sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd rfkill ``` ### Setup the wifi access point: @@ -120,7 +120,7 @@ This ^ gives the Raspberry Pi on the Wifi interface the IP 192.168.0.1 Tip: If you can't connect over ethernet to the Pi or you want to give it a static ip on the ethernet interface later, just connect to the wifi and you can acccess it via this ip on ssh and all the webinterfaces. -Exit and save nano by pressing [Cntrl]+[O] then [Enter] and then [Cntrl]+[x]. Keep this in mind for later. +Exit and save nano by pressing [Ctrl]+[O] then [Enter] and then [Ctrl]+[x]. Keep this in mind for later. Configure DHCP: @@ -140,7 +140,7 @@ dhcp-range=192.168.0.2,192.168.0.254,255.255.255.0,24h Now exit nano again. Do you remember how? If not here is how you do it ;) -Exit and save nano by pressing [Cntrl]+[O] then [Enter] and then [Cntrl]+[x]. +Exit and save nano by pressing [Ctrl]+[O] then [Enter] and then [Ctrl]+[x]. Now start the DHCP service: