From 8e626691b4d62dc82ba9405d5c8e40106742e724 Mon Sep 17 00:00:00 2001 From: verita84 Date: Sun, 31 Jul 2022 03:58:27 +0000 Subject: [PATCH] Update 'get_pleroma.sh' --- get_pleroma.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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