mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Revert "Acknowledgement that Windows downloads are not working automatically #6123"
This reverts commit 809ad68fd8
.
This commit is contained in:
parent
f407fc9e2f
commit
4286405639
1 changed files with 1 additions and 2 deletions
3
quickget
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue