diff --git a/get_pleroma.sh b/get_pleroma.sh index f485968..0f4d295 100644 --- a/get_pleroma.sh +++ b/get_pleroma.sh @@ -6,7 +6,7 @@ export arch="$(uname -m)";if [ "$arch" = "x86_64" ];then arch="amd64";elif [ "$a echo;echo "CPU ARchitecure....."$arch;echo echo;echo "Downloading Latest Pleroma....";echo -curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job=$arch' -o pleroma/pleroma.zip +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