Skip to content
Snippets Groups Projects
Commit 069acdc5 authored by jovuit's avatar jovuit
Browse files

Remove zip file after being extracted in non-docker upgrade doc

parent c71e2a31
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`:
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 extracted
sudo -u funkwhale rm api-$FUNKWHALE_VERSION.zip
# update os dependencies
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