curl-wget-check
authorMilan Zamazal <pdm@debian.org>
Sat, 3 May 2025 17:47:24 +0000 (19:47 +0200)
committerMilan Zamazal <pdm@debian.org>
Sat, 3 May 2025 17:47:24 +0000 (19:47 +0200)
===================================================================

Gbp-Pq: Name curl-wget-check.patch

scripts/net.sh

index 1aa1fbfb188ea0851491444da1c76874386aa243..cb82f14dd681de2c2a0f574742a9f0b10966792b 100755 (executable)
@@ -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