From a23e4bff4dc78fc8304e7e7698795f4c10ff2a0d Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Sun, 23 Nov 2025 16:18:24 -0500 Subject: [PATCH] Re introduce git needed by ruby --- install/manyfold-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index 8e9a68952..d00d3c5c1 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -19,6 +19,7 @@ $STD apt-get install -y \ rbenv \ libpq-dev \ libarchive-dev \ + git \ libmariadb-dev \ redis-server \ nginx \