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

This commit is contained in:
jovuit 2020-11-15 16:43:09 +01:00
parent c71e2a31b4
commit 069acdc5ac
1 changed files with 1 additions and 0 deletions

View File

@ -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