From 8b251df80de130aba657510d12b210fe1144aef5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:46:08 +0000 Subject: [PATCH] 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> --- install/zerobyte-install.sh | 1 + 1 file changed, 1 insertion(+) 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