fix
This commit is contained in:
parent
a7993cd964
commit
a03d17f69e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user