From: Milan Zamazal Date: Sat, 3 May 2025 17:47:24 +0000 (+0200) Subject: curl-wget-check X-Git-Tag: archive/raspbian/17-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e724d510af84c20be1bc49443d94b2588e1ac5af;p=stockfish.git curl-wget-check =================================================================== Gbp-Pq: Name curl-wget-check.patch --- 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