mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Clean up variable assignment in get_windows()
This commit is contained in:
parent
15ff54d208
commit
29c2829534
1 changed files with 1 additions and 3 deletions
4
quickget
4
quickget
|
@ -1768,7 +1768,7 @@ function get_windows() {
|
|||
local ARCH="x64"
|
||||
local INDEX=0
|
||||
local LANG_CODE="en"
|
||||
local LANG_EDITION=""
|
||||
local LANG_EDITION="${1}"
|
||||
local LATEST_WINDOWS_VERSION=""
|
||||
local WINDOWS_NAME=""
|
||||
local VERSION_ID=""
|
||||
|
@ -1780,8 +1780,6 @@ function get_windows() {
|
|||
local DOWNLOAD_ID=""
|
||||
local DOWNLOAD_URL=""
|
||||
|
||||
LANG_EDITION="${1}"
|
||||
|
||||
# Ignore the most recent Windows 10 release for now.
|
||||
case ${RELEASE} in
|
||||
10) INDEX=0;;
|
||||
|
|
Loading…
Reference in a new issue