From 5408979da5f366a8177de7242d2ed40a72a83745 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 6 Dec 2021 10:54:46 +0000 Subject: [PATCH] New WIndows 10 & 11 ISO are available --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index f47e1ef..6483523 100755 --- a/quickget +++ b/quickget @@ -1402,11 +1402,11 @@ function get_windows() { # Ignore the most recent Windows 10 release for now. if [ "${RELEASE}" -eq 10 ]; then - INDEX=1 + INDEX=0 fi if [ "${RELEASE}" -eq 11 ]; then - INDEX=1 + INDEX=0 fi echo "Getting Windows ${RELEASE} URL..."