Update pivilion manual setup

v3d 2019-01-04 21:43:00 +00:00
parent a7edb80a09
commit c940d60daa

@ -62,6 +62,14 @@ and input the new password
### Expand your filesystem
This is optional depending on the Raspbian version you are using.
Check used and available storage with
`df -h`
And raspi-config to expand the filesystem if needed.
`sudo raspi-config`
(under Advanced options in the menu find Expand filesystem).
@ -69,10 +77,6 @@ Select finish and reboot.
SSH back into your RPi
Check used and available storage with
`df -h`
### Upgrade your system
`sudo apt update && sudo apt upgrade -y`