fix
This commit is contained in:
parent
da995e5557
commit
d000d77e79
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
akkoma.zip
|
|
BIN
akkoma/akkoma.zip
Normal file
BIN
akkoma/akkoma.zip
Normal file
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
clear
|
|
||||||
|
|
||||||
export arch="$(uname -m)";if [ "$arch" = "x86_64" ];then arch="amd64";elif [ "$arch" = "armv7l" ];then arch="arm";elif [ "$arch" = "aarch64" ];then arch="arm64";else echo "Unsupported arch: $arch">&2;fi;if getconf GNU_LIBC_VERSION>/dev/null;then libc_postfix="";elif [ "$(ldd 2>&1|head -c 9)" = "musl libc" ];then libc_postfix="-musl";elif [ "$(find /lib/libc.musl*|wc -l)" ];then libc_postfix="-musl";else echo "Unsupported libc">&2;fi;echo "$arch$libc_postfix"
|
|
||||||
|
|
||||||
echo;echo "CPU ARchitecure....."$arch;echo
|
|
||||||
echo;echo "Downloading Latest Pleroma....";echo
|
|
||||||
|
|
||||||
curl 'https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-amd64-musl.zip' -o akkoma.zip
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user