Update 'get_pleroma.sh'

This commit is contained in:
verita84 2022-07-31 03:58:27 +00:00
parent 77d41699ef
commit 8e626691b4

View File

@ -9,8 +9,8 @@ echo;echo "Downloading Latest Pleroma....";echo
curl "https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job=$arch-musl" -o pleroma/pleroma.zip
echo;echo "Downloading Latest Soapbox Build.....";echo
wget https://gitlab.com/`curl https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs | grep 'build-production' | cut -d "\"" -f4 | head -1`/artifacts/download -O pleroma/soapbox-fe.zip
#echo;echo "Downloading Latest Soapbox Build.....";echo
#wget https://gitlab.com/`curl https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs | grep 'build-production' | cut -d "\"" -f4 | head -1`/artifacts/download -O pleroma/soapbox-fe.zip
echo;echo "Now you can build Pleroma with docker-compose build";echo