From 707ba77006d1f77162565c6fb16226f1d2d60837 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:21:25 +0200 Subject: [PATCH] Manyfold: add new dependency (#15040) --- ct/manyfold.sh | 3 ++- install/manyfold-install.sh | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ct/manyfold.sh b/ct/manyfold.sh index cc22c0997..86e1022dd 100644 --- a/ct/manyfold.sh +++ b/ct/manyfold.sh @@ -30,7 +30,8 @@ function update_script() { fi NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs - + ensure_dependencies f3d + if check_for_gh_release "manyfold" "manyfold3d/manyfold"; then msg_info "Stopping Services" systemctl stop manyfold.target manyfold-rails.1 manyfold-default_worker.1 manyfold-performance_worker.1 diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index b766c7fd5..7007fa74d 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -15,12 +15,13 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ - libarchive-dev \ + f3d \ git \ + libarchive-dev \ + libassimp-dev \ libmariadb-dev \ - redis-server \ nginx \ - libassimp-dev + redis-server msg_ok "Installed Dependencies" setup_imagemagick