mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix multiple Windows release support
This commit is contained in:
parent
80a05b630e
commit
a7508c0feb
1 changed files with 4 additions and 2 deletions
6
quickget
6
quickget
|
@ -70,7 +70,9 @@ function languages_windows() {
|
|||
|
||||
|
||||
function releases_windows() {
|
||||
echo 10
|
||||
echo 8 \
|
||||
10 \
|
||||
11
|
||||
}
|
||||
|
||||
function web_get() {
|
||||
|
@ -363,7 +365,7 @@ else
|
|||
releases_macos
|
||||
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
||||
releases_ubuntu
|
||||
elif [ "${OS}" == "windows" ]]; then
|
||||
elif [ "${OS}" == "windows" ]; then
|
||||
releases_windows
|
||||
fi
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue