This commit is contained in:
Your Name 2021-11-03 21:00:43 -06:00
parent a7993cd964
commit a03d17f69e

View File

@ -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