From e5ed98eb25eab419945b0d099cb25e868fdbe7a3 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:15:08 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8eb449f..4572c29 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,9 @@ This guide and scripts are based on the excelent work made by https://github.com 1. run `sudo su -` to allow all the next changes as superuser 2. run `bash <(curl -s https://raw.githubusercontent.com/asophila/Flash-CHIP/master/CHIP-updater/jessie-to-stretch.sh)` to update from Debian Jessie to Debian Stretch 3. reboot C.H.I.P. into Debian Stretch + +### Part 4: upgrade debian stretch to debian buster +1. From your linux computer open other terminal and connect using `ssh chip@`. +1. run `sudo su -` to allow all the next changes as superuser +2. run `bash <(curl -s https://raw.githubusercontent.com/asophila/Flash-CHIP/master/CHIP-updater/stretch-to-buster.sh)` to update from Debian Stretch to Debian Buster +3. reboot C.H.I.P. into Debian Stretch**