Acknowledgement that Windows downloads are not working automatically #6123

We'll investigate more robust solution to this issue.
This commit is contained in:
Martin Wimpress 2023-01-23 11:00:28 +00:00
parent 462987cf21
commit 809ad68fd8
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -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