From 990fc78926e295bdf2cb2986fed325584d8b2486 Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Sun, 23 Nov 2025 15:27:12 -0500 Subject: [PATCH] Update dependecies --- install/manyfold-install.sh | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index f7bb7c2f6..5578a9b3b 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -2,6 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 +# Co-Author: SunFlowerOwl # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" @@ -18,12 +19,24 @@ $STD apt-get install -y \ rbenv \ libpq-dev \ libarchive-dev \ - git \ libmariadb-dev \ redis-server \ nginx \ libffi-dev \ - libyaml-dev + libyaml-dev \ + libassimp-dev \ + build-essential \ + pkg-config \ + libssl-dev \ + libreadline-dev \ + zlib1g-dev \ + libgmp-dev \ + libmagickwand-dev \ + redis \ + imagemagick \ + libjpeg-dev \ + libwebp-dev \ + libheif-dev msg_ok "Installed Dependencies" PG_VERSION="16" setup_postgresql