mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update define.sh
This commit is contained in:
parent
390263a13d
commit
d5b4d6778f
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ set -Eeuo pipefail
|
||||||
: "${REMOVE:=""}"
|
: "${REMOVE:=""}"
|
||||||
: "${VERSION:=""}"
|
: "${VERSION:=""}"
|
||||||
: "${DETECTED:=""}"
|
: "${DETECTED:=""}"
|
||||||
|
: "${LANGUAGE:=""}"
|
||||||
|
|
||||||
MIRRORS=5
|
MIRRORS=5
|
||||||
PLATFORM="x64"
|
PLATFORM="x64"
|
||||||
|
|
@ -111,6 +112,12 @@ parseVersion() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
parseLanguage() {
|
||||||
|
|
||||||
|
[ -z "$LANGUAGE" ] && LANGUAGE="en-US"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
printVersion() {
|
printVersion() {
|
||||||
|
|
||||||
local id="$1"
|
local id="$1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue