HGStyle / Cosmopolitan Libc Fix

Last active 3 months ago

Like 0

Fixes Cosmopolitan not working on Linux

HGStyle revised this gist 1 year ago · 01dd87d

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"