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
environments/review-docs-devel-1399dq/deployments/6607
Agate 2020-11-15 16:52:23 +01:00
commit f8d534797f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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