Update source/agent-remote/agent-install.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user