From 435d2df0028b83b83e06583f9e63a3f55c494bd1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 Aug 2025 22:44:36 +1200 Subject: [PATCH] Update source/agent-local/agent-install.sh --- source/agent-local/agent-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source/agent-local/agent-install.sh b/source/agent-local/agent-install.sh index bec5e0d..3df481e 100755 --- a/source/agent-local/agent-install.sh +++ b/source/agent-local/agent-install.sh @@ -38,6 +38,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