From 683be87e9e7844194a481a22b368b711abb4fe06 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:41:05 +0200 Subject: [PATCH] Zerobyte: add git to dependencies to fix bun install failure (#13721) * Initial plan * fix(zerobyte): add git to dependencies to fix bun install postinstall script Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/d5a3e428-515e-4b91-817e-0ff6d05ef24c Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> * fix(zerobyte): add ensure_dependencies git in update_script Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/b61bb87d-1c0e-4f75-a16a-c1f6f2143e49 Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- ct/zerobyte.sh | 1 + install/zerobyte-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/zerobyte.sh b/ct/zerobyte.sh index 53b4b6a20..ab001130a 100644 --- a/ct/zerobyte.sh +++ b/ct/zerobyte.sh @@ -38,6 +38,7 @@ function update_script() { cp /opt/zerobyte/.env /opt/zerobyte.env.bak msg_ok "Backed up Configuration" + ensure_dependencies git NODE_VERSION="24" setup_nodejs CLEAN_INSTALL=1 fetch_and_deploy_gh_release "zerobyte" "nicotsx/zerobyte" "tarball" diff --git a/install/zerobyte-install.sh b/install/zerobyte-install.sh index 80ec20ef3..4d43d5e50 100644 --- a/install/zerobyte-install.sh +++ b/install/zerobyte-install.sh @@ -18,6 +18,7 @@ echo "davfs2 davfs2/suid_file boolean false" | debconf-set-selections $STD apt-get install -y \ bzip2 \ fuse3 \ + git \ sshfs \ davfs2 \ openssh-client