From f0d3f89c41e4a0e66adb47e6ac2fa9cb3d0de91d Mon Sep 17 00:00:00 2001 From: v3d Date: Tue, 29 Nov 2016 01:22:12 +0000 Subject: [PATCH] minor fixes --- pivilon-manual-setup.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pivilon-manual-setup.md b/pivilon-manual-setup.md index 4ae8455..ee2f2ed 100644 --- a/pivilon-manual-setup.md +++ b/pivilon-manual-setup.md @@ -29,20 +29,22 @@ ssh pi@{10.0.0.5} (Replace 10.0.0.5 with your Rpi's IP) -### Upgrade your system. - -sudo apt-get update && sudo apt-get upgrade - ### Expand your filesystem. sudo raspi-config (select the first option from the menu). -Reboot. +Select finish and reboot. + +SSH back into your RPi Check used and available storage with df -h +### Upgrade your system. + +sudo apt-get update && sudo apt-get upgrade + ### Install Lighttpd Lighttpd (pronounced "lighty") is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible.