From a3127eee9a2b625b30e650b119dc69448618f918 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 Aug 2025 22:25:17 +1200 Subject: [PATCH] Update 1 and remove 1 files --- source/agent-local/agent-install.sh | 2 +- .../agent-local/template_example/TODO_ADD_TEMPLATE_EXAMPLE_HERE | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 source/agent-local/template_example/TODO_ADD_TEMPLATE_EXAMPLE_HERE diff --git a/source/agent-local/agent-install.sh b/source/agent-local/agent-install.sh index b098290..bec5e0d 100755 --- a/source/agent-local/agent-install.sh +++ b/source/agent-local/agent-install.sh @@ -34,7 +34,7 @@ function install_bb64() { BB64_path="${AGENT_LOCAL_PATH}/bb64" 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." fi chown "$(id -u "$USER"):$(id -g "$USER")" "${BB64_path}" diff --git a/source/agent-local/template_example/TODO_ADD_TEMPLATE_EXAMPLE_HERE b/source/agent-local/template_example/TODO_ADD_TEMPLATE_EXAMPLE_HERE deleted file mode 100644 index 1e90f74..0000000 --- a/source/agent-local/template_example/TODO_ADD_TEMPLATE_EXAMPLE_HERE +++ /dev/null @@ -1 +0,0 @@ -TODO!