diff --git a/get_pleroma.sh b/get_pleroma.sh index 0f4d295..c29f4a6 100644 --- a/get_pleroma.sh +++ b/get_pleroma.sh @@ -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