From e724d510af84c20be1bc49443d94b2588e1ac5af Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Sat, 3 May 2025 19:47:24 +0200 Subject: [PATCH] curl-wget-check =================================================================== Gbp-Pq: Name curl-wget-check.patch --- scripts/net.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/net.sh b/scripts/net.sh index 1aa1fbf..cb82f14 100755 --- a/scripts/net.sh +++ b/scripts/net.sh @@ -42,12 +42,6 @@ fetch_network() { fi fi - if [ -z "$wget_or_curl" ]; then - >&2 printf "%s\n" "Neither wget or curl is installed." \ - "Install one of these tools to download NNUE files automatically." - exit 1 - fi - for url in \ "https://tests.stockfishchess.org/api/nn/$_filename" \ "https://github.com/official-stockfish/networks/raw/master/$_filename"; do -- 2.30.2