From 8e3b2b2ea3b81ee8f5c9f07970d45cd95ea19600 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 2 Jul 2023 23:50:12 +0300 Subject: [PATCH] Added missing dependency mentioned at https://github.com/jart/cosmopolitan/issues/334 to get installing Cosmopolitan working on Ubuntu 23.04 64bit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a9ee2a18..4a0e4e097 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ It's recommended that Cosmopolitan be installed to `/opt/cosmo` and contains your non-monorepo artifacts. ``` +sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register" sudo mkdir -p /opt sudo chmod 1777 /opt git clone https://github.com/jart/cosmopolitan /opt/cosmo