Update 'get_pleroma.sh'
This commit is contained in:
parent
77d41699ef
commit
8e626691b4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user