diff --git a/pleroma/setup.sh b/pleroma/setup.sh index 7005eae..f7d5db5 100644 --- a/pleroma/setup.sh +++ b/pleroma/setup.sh @@ -27,7 +27,7 @@ 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/artifacts/v1.3.0/download?job=build-production -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