From f1f2583cb6f8341dbac0f06e18fef8c3f9fee0ae Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Nov 2021 14:43:44 -0600 Subject: [PATCH] fix --- pleroma/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pleroma/setup.sh b/pleroma/setup.sh index f7d5db5..2a760d3 100644 --- a/pleroma/setup.sh +++ b/pleroma/setup.sh @@ -27,7 +27,8 @@ chown -R pleroma /var/lib/pleroma/uploads su pleroma -s $SHELL -lc "/opt/pleroma/bin/pleroma daemon" #Install Soapbox -curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/1734223607/artifacts/download -o soapbox-fe.zip +curl https://gitlab.com/`curl https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs | grep 'build-production' | cut -d "\"" -f4 | head -1`/artifacts/download -o soapbox-fe.zip +#curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/1734223607/artifacts/download -o soapbox-fe.zip busybox unzip /tmp/soapbox-fe.zip -o -d /var/lib/pleroma/ mv /var/lib/pleroma/static/instance/about.example /var/lib/pleroma/static/instance/about cp -f /tmp//terms-of-service.html /var/lib/pleroma/static/instance/about/tos.html