From cd6ac54dd79599ac22382278a0bfbc7a5c6fb37c Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 19 Jun 2026 09:25:16 +0200 Subject: [PATCH] took out meta check (it fails and we run in a temp folder anyway) --- autodeploy/download.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autodeploy/download.sh b/autodeploy/download.sh index 260ed94..f4874ee 100755 --- a/autodeploy/download.sh +++ b/autodeploy/download.sh @@ -73,10 +73,10 @@ function download() { local archive=$2 local binary=$3 - if check_meta "$url" "$archive"; then - echo "Skipping download $url" - return - fi +# if check_meta "$url" "$archive"; then +# echo "Skipping download $url" +# return +# fi echo "Downloading $url ..." rm -f "$archive" "$binary" || true