Update source/agent-local/agent-install.sh
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Has been cancelled
Build-Test-Publish / build (linux/arm64) (push) Has been cancelled

This commit is contained in:
Your Name
2025-08-17 22:44:36 +12:00
parent a3127eee9a
commit 435d2df002

View File

@@ -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