1
0
forked from Proxmox/ProxmoxVE

Update install/manyfold-install.sh

This commit is contained in:
Sam Heinz
2026-07-19 19:20:39 +10:00
committed by GitHub
parent 07a78bc7bc
commit 6fe38b318a
-2
View File
@@ -31,8 +31,6 @@ NODE_VERSION="24" NODE_MODULE="corepack,yarn" setup_nodejs
fetch_and_deploy_gh_release "manyfold" "manyfold3d/manyfold" "tarball" "latest" "/opt/manyfold/app"
# Create the service user (and its home) before setup_ruby, which writes rbenv
# profile snippets into HOME=/home/manyfold.
useradd -m -s /usr/bin/bash manyfold
RUBY_INSTALL_VERSION=$(cat /opt/manyfold/app/.ruby-version)