From e52208e60f4cb47640c206de4f9005c8bb88fdf4 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 19 Feb 2023 17:55:28 +0100 Subject: [PATCH] Add update process --- INSTALL.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6087441..ba02746 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,12 +54,22 @@ You can configure Pandora-box in the _pandora-box.ini_ file : ; Set quarantine folder QUARANTINE_FOLDER = /var/quarantine -# Troubleshooting +# Update +Update the operating system + + sudo apt update && sudo apt upgrade + Update Pandora - poetry run update --yes - + cd pandora && poetry run update --yes + +Update Pandra-box + + cd pandora-box && git pull + +# Troubleshooting + Check Pandora listening on port 6100