From 2bbdf47d90d3cb934cd79dbf8fe58aafa77d784d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:27:28 +0100 Subject: [PATCH] Update zerobyte-install.sh --- install/zerobyte-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/zerobyte-install.sh b/install/zerobyte-install.sh index a241debc3..80ec20ef3 100644 --- a/install/zerobyte-install.sh +++ b/install/zerobyte-install.sh @@ -41,12 +41,10 @@ ln -sf /root/.bun/bin/bun /usr/local/bin/bun ln -sf /root/.bun/bin/bunx /usr/local/bin/bunx msg_ok "Installed Bun" +NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "zerobyte" "nicotsx/zerobyte" "tarball" -# Workaround for high RAM during bun run build -NODE_VERSION="24" setup_nodejs - -msg_info "Building Zerobyte" +msg_info "Building Zerobyte (Patience)" cd /opt/zerobyte export VITE_RESTIC_VERSION=$(cat ~/.restic) export VITE_RCLONE_VERSION=$(cat ~/.rclone)