From 809ad68fd868cf7e8d203cc91474c9d076f96282 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 23 Jan 2023 11:00:28 +0000 Subject: [PATCH] Acknowledgement that Windows downloads are not working automatically #6123 We'll investigate more robust solution to this issue. --- quickget | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index e125661..d3c507e 100755 --- a/quickget +++ b/quickget @@ -1924,7 +1924,8 @@ function get_windows() { MS_BASE_URL="https://software.download.prss.microsoft.com/" if [[ ! ${DOWNLOAD_URL} =~ ^${MS_BASE_URL} ]]; then - echo "Download URL not leading to Microsoft CDN" + echo "Download URL (${DOWNLOAD_URL}) not leading to Microsoft CDN" + echo "Please download a Windows .ISO manaully and configure quickemu accordingly" exit 1 fi