New WIndows 10 & 11 ISO are available

pull/268/head
Martin Wimpress 3 years ago
parent edd9216775
commit 5408979da5
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickget

@ -1402,11 +1402,11 @@ function get_windows() {
# Ignore the most recent Windows 10 release for now. # Ignore the most recent Windows 10 release for now.
if [ "${RELEASE}" -eq 10 ]; then if [ "${RELEASE}" -eq 10 ]; then
INDEX=1 INDEX=0
fi fi
if [ "${RELEASE}" -eq 11 ]; then if [ "${RELEASE}" -eq 11 ]; then
INDEX=1 INDEX=0
fi fi
echo "Getting Windows ${RELEASE} URL..." echo "Getting Windows ${RELEASE} URL..."

Loading…
Cancel
Save