From 72eb921358c8c7c700f3baa769e58de077fdecd6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 Aug 2025 22:44:53 +1200 Subject: [PATCH] Update source/agent-remote/agent-install.sh --- source/agent-remote/agent-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source/agent-remote/agent-install.sh b/source/agent-remote/agent-install.sh index 88c2ba4..e4e4b24 100755 --- a/source/agent-remote/agent-install.sh +++ b/source/agent-remote/agent-install.sh @@ -27,6 +27,7 @@ function install_bb64() { _die "Failed to install bb64. Curl returned non-zero exit code." fi chown "$(id -u "$USER"):$(id -g "$USER")" "${BB64_path}" + chmod +x "${BB64_path}" # test if bb64 is installed if ! VER=$("${BB64_path}" version); then