Skip to content
Snippets Groups Projects
Commit 28a5c918 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

Added missing sudo in upgrade instructions

See merge request !701
parents 524794c8 3a4c9278
Branches
Tags
2 merge requests!751Master to develop,!701Added missing sudo in upgrade instructions
Pipeline #3794 passed
...@@ -164,7 +164,7 @@ match what is described in :doc:`/installation/debian`: ...@@ -164,7 +164,7 @@ match what is described in :doc:`/installation/debian`:
# download more recent API files # 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 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 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 sudo -u funkwhale rm -rf extracted
# update os dependencies # update os dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment