From 421ee89d6b47244ddeb3d2c1c00c556fd7f43f5b Mon Sep 17 00:00:00 2001 From: Luclu7 <luclu7@luclu7.fr> Date: Mon, 26 Jun 2017 16:16:48 +0200 Subject: [PATCH] It's better with no remaining front.zip. --- docs/installation/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 33ac3bb..f3e520c 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -33,6 +33,7 @@ Files for the web frontend are purely static and can simply be downloaded, unzip cd /srv/funkwhale curl -L -o front.zip "https://code.eliotberriot.com/funkwhale/funkwhale/builds/artifacts/master/download?job=build_front" unzip front.zip + rm front.zip .. _reverse-proxy-setup: -- GitLab