mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
New WIndows 10 & 11 ISO are available
This commit is contained in:
parent
edd9216775
commit
5408979da5
1 changed files with 2 additions and 2 deletions
4
quickget
4
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..."
|
||||
|
|
Loading…
Reference in a new issue