Revert "Acknowledgement that Windows downloads are not working automatically #6123"

This reverts commit 809ad68fd8.
This commit is contained in:
Martin Wimpress 2023-01-23 11:00:28 +00:00 committed by Phil Clifford
parent 4b3b19c2fe
commit 53e5e8121f

View File

@ -1965,8 +1965,7 @@ function get_windows() {
MS_BASE_URL="https://software.download.prss.microsoft.com/" MS_BASE_URL="https://software.download.prss.microsoft.com/"
if [[ ! ${DOWNLOAD_URL} =~ ^${MS_BASE_URL} ]]; then if [[ ! ${DOWNLOAD_URL} =~ ^${MS_BASE_URL} ]]; then
echo "Download URL (${DOWNLOAD_URL}) not leading to Microsoft CDN" echo "Download URL not leading to Microsoft CDN"
echo "Please download a Windows .ISO manaully and configure quickemu accordingly"
exit 1 exit 1
fi fi