File no-wget-curl.patch of Package msbuild
From 26f0b3cf1f172b2f544fa657801779ff5a266086 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
<Mailaender@users.noreply.github.com>
Date: Sun, 9 Aug 2020 10:04:21 +0200
Subject: [PATCH] Don't check if wget or curl exist.
---
required/dotnet-install.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/required/dotnet-install.sh b/required/dotnet-install.sh
index 41d02fb..d3f991c 100644
--- a/required/dotnet-install.sh
+++ b/required/dotnet-install.sh
@@ -1057,7 +1057,6 @@ if [ "$no_cdn" = true ]; then
azure_feed="$uncached_feed"
fi
-check_min_reqs
calculate_vars
script_name=$(basename "$0")