diff --git a/quickget b/quickget index ece3b00..8769670 100755 --- a/quickget +++ b/quickget @@ -3215,9 +3215,6 @@ function download_windows_workstation() { if echo "$iso_download_link_html" | grep -q "We are unable to complete your request at this time."; then echo " - Microsoft blocked the automated download request based on your IP address." - if [ "${just}" == 'show' ] || [ "${just}" == 'test' ]; then - exit 1 - fi failed=1 fi @@ -3240,14 +3237,6 @@ function download_windows_workstation() { return 1 fi - if [ "${just}" == 'show' ]; then - echo -e " Windows ${RELEASE} Download (valid for 24 hours):\n${iso_download_link}" - exit 0 - elif [ "${just}" == 'test' ]; then - web_check "${iso_download_link}" - exit 0 - fi - echo "Downloading Windows ${RELEASE} (${LANG}): $iso_download_link" # Download ISO