Update 1 and remove 1 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 36s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m2s

This commit is contained in:
Your Name
2025-08-17 22:25:17 +12:00
parent 36e9a3fce7
commit a3127eee9a
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ function install_bb64() {
BB64_path="${AGENT_LOCAL_PATH}/bb64" BB64_path="${AGENT_LOCAL_PATH}/bb64"
ARCH=$(uname -m) ARCH=$(uname -m)
if ! curl "http://getbin.xyz/bb64:latest-${ARCH}" > "${BB64_path}"; then if ! curl "https://getbin.xyz/bb64:latest-${ARCH}" > "${BB64_path}"; then
_die "Failed to install bb64. Curl returned non-zero exit code." _die "Failed to install bb64. Curl returned non-zero exit code."
fi fi
chown "$(id -u "$USER"):$(id -g "$USER")" "${BB64_path}" chown "$(id -u "$USER"):$(id -g "$USER")" "${BB64_path}"