From a4a76135028cf085e789af668fa7b90bce1f931d Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 20 Sep 2016 13:13:57 +0200 Subject: [PATCH] Upgrade instructions --- docs/User-Guide_Getting-Started.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/User-Guide_Getting-Started.md b/docs/User-Guide_Getting-Started.md index b2c2966e..f00fcbf7 100644 --- a/docs/User-Guide_Getting-Started.md +++ b/docs/User-Guide_Getting-Started.md @@ -86,8 +86,21 @@ and change the autologin user. # How to update? +If you are upgrading **to version 5.20** you need to execute those commands: + apt-get update apt-get upgrade + apt-get install -f + apt-get upgrade + apt-get autoremove -y + +Upgrades from 5.20 will go just with: + + apt-get update + apt-get upgrade + + + **Update process can take hours in case of using cheap SD card and/or under heavy load.**