Update 'pleroma/setup.sh'

This commit is contained in:
verita84 2021-11-01 20:15:44 +00:00
parent 3596c21a39
commit 8357e2ec5c

View File

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