From 1a63fb315b8bda8d1fe3caad6727e679e778d740 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 16 Nov 2022 18:23:49 +0000 Subject: [PATCH] adjusted 40 to unzip directly into static --- 40-install-soapbox.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/40-install-soapbox.sh b/40-install-soapbox.sh index b70ccc3..476f802 100755 --- a/40-install-soapbox.sh +++ b/40-install-soapbox.sh @@ -1,8 +1,5 @@ #!/bin/bash curl -L https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/develop/download?job=build-production -o soapbox.zip -unzip soapbox.zip -d ./static -mv ./static/static/* ./static/ -mv ./static/static/.* ./static/ -rm ./static/static -r +unzip -o soapbox.zip -d ./