mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
Add update process
This commit is contained in:
parent
5d9b9fc9e9
commit
e52208e60f
1 changed files with 13 additions and 3 deletions
16
INSTALL.md
16
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue