From 5209f4159c98e1e03770c1801131b3b43e9f49b2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 19:22:37 +1200 Subject: [PATCH] 'Generic Commit' --- publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index b1d2db2..54cc8de 100755 --- a/publish.sh +++ b/publish.sh @@ -8,7 +8,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" SOS="${SCRIPT_DIR}/temp/sos" mkdir -p "${SCRIPT_DIR}/temp" -curl -L -o "${SOS}" https://getbin.xyz/sos/sos +curl -L -o "${SOS}" https://getbin.xyz/sos chmod +x "${SOS}" @@ -16,7 +16,7 @@ chmod +x "${SOS}" "${SOS}" upload "getbin.xyz" "dropshell-build" "${SCRIPT_DIR}/src/dropshell-build" # upload the install requirements script -"${SOS}" upload "getbin.xyz" "dropshell-build-install-requirements" "${SCRIPT_DIR}/src/install_dropshell_build_requirements" +"${SOS}" upload "getbin.xyz" "dropshell-build-install-requirements" "${SCRIPT_DIR}/src/dropshell-build-install-requirements" # tag and push the dropshell-build image