最后活跃于 1 month ago

Fixes Cosmopolitan not working on Linux

HGStyle 修订了这个 Gist 10 months ago. 转到此修订

1 file changed, 4 insertions

cosmo_libc_fix.sh(文件已创建)

@@ -0,0 +1,4 @@
1 + sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf
2 + sudo chmod +x /usr/bin/ape
3 + sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
4 + sudo sh -c "echo ':APE-jart:M::jartsr::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register"
上一页 下一页