Updating Soapbox
Updating Soapbox involves fetching the latest build as a zip file and then unzipping it.
- Fetch the latest build.
curl -O https://dl.soapbox.pub/main/soapbox.zip
- Unzip the files.
busybox unzip soapbox.zip -o -d /opt/pleroma/instance/static
- Refresh your website.