Skip to content
Snippets Groups Projects
Commit f8d53479 authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'issue1236' into 'develop'

Remove API zip file after being extracted in non-docker upgrade doc (Fix #1236)

Closes #1236

See merge request funkwhale/funkwhale!1231
parents c71e2a31 069acdc5
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ match what is described in :doc:`/installation/debian`: ...@@ -171,6 +171,7 @@ match what is described in :doc:`/installation/debian`:
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/ && sudo -u funkwhale 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
sudo -u funkwhale rm api-$FUNKWHALE_VERSION.zip
# update os dependencies # update os dependencies
sudo api/install_os_dependencies.sh install sudo api/install_os_dependencies.sh install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment