Merge branch 'eliotberriot-master-patch-07259' into 'master'

Added missing sudo in upgrade instructions

See merge request funkwhale/funkwhale!701
This commit is contained in:
Eliot Berriot 2019-04-01 19:23:07 +02:00
commit 28a5c918cf
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ match what is described in :doc:`/installation/debian`:
# download more recent API files
sudo -u funkwhale curl -L -o "api-$FUNKWHALE_VERSION.zip" "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/$FUNKWHALE_VERSION/download?job=build_api"
sudo -u funkwhale unzip "api-$FUNKWHALE_VERSION.zip" -d extracted
sudo -u funkwhale rm -rf api/ && mv extracted/api .
sudo -u funkwhale rm -rf api/ && sudo -u funkwhale mv extracted/api .
sudo -u funkwhale rm -rf extracted
# update os dependencies