From 95996040ed348e959f4ced2f31d3ef558ce356f6 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Tue, 24 Sep 2019 19:07:10 -0400 Subject: [PATCH] Don't upgrade distro. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7097b3b..a43d04e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 4. Update Raspbian/Armbian, including the kernel and firmware, followed by a reboot: ``` sudo apt-get update -sudo apt-get dist-upgrade +sudo apt-get upgrade sudo reboot ``` 5. Set the WiFi country in raspi-config's / armbian-config's **Localisation Options**: `sudo raspi-config` or `sudo arbmian-config` for RasperryPi or OrangePi respectively.