mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-14 11:35:16 +02:00
Manyfold: add new dependency (#15040)
This commit is contained in:
committed by
GitHub
parent
477bd98269
commit
707ba77006
+2
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user