Last active 1 month ago

Fixes Cosmopolitan not working on Linux

HGStyle revised this gist 9 months ago. Go to revision

1 file changed, 4 insertions

cosmo_libc_fix.sh(file created)

@@ -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"
Newer Older