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