From 428640563927d5418ec5438171116d3bcd3919ae Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 23 Jan 2023 11:00:28 +0000 Subject: [PATCH] Revert "Acknowledgement that Windows downloads are not working automatically #6123" This reverts commit 809ad68fd868cf7e8d203cc91474c9d076f96282. --- quickget | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickget b/quickget index bbbbe84..e94b65a 100755 --- a/quickget +++ b/quickget @@ -1965,8 +1965,7 @@ function get_windows() { MS_BASE_URL="https://software.download.prss.microsoft.com/" if [[ ! ${DOWNLOAD_URL} =~ ^${MS_BASE_URL} ]]; then - echo "Download URL (${DOWNLOAD_URL}) not leading to Microsoft CDN" - echo "Please download a Windows .ISO manaully and configure quickemu accordingly" + echo "Download URL not leading to Microsoft CDN" exit 1 fi