1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00

Add update process

This commit is contained in:
Didier Barzin 2023-02-19 17:55:28 +01:00 committed by GitHub
parent 5d9b9fc9e9
commit e52208e60f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,12 +54,22 @@ You can configure Pandora-box in the _pandora-box.ini_ file :
; Set quarantine folder ; Set quarantine folder
QUARANTINE_FOLDER = /var/quarantine QUARANTINE_FOLDER = /var/quarantine
# Troubleshooting # Update
Update the operating system
sudo apt update && sudo apt upgrade
Update Pandora 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 Check Pandora listening on port 6100