mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15: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:=""}"
|
||||
: "${VERSION:=""}"
|
||||
: "${DETECTED:=""}"
|
||||
: "${LANGUAGE:=""}"
|
||||
|
||||
MIRRORS=5
|
||||
PLATFORM="x64"
|
||||
|
|
@ -111,6 +112,12 @@ parseVersion() {
|
|||
return 0
|
||||
}
|
||||
|
||||
parseLanguage() {
|
||||
|
||||
[ -z "$LANGUAGE" ] && LANGUAGE="en-US"
|
||||
|
||||
}
|
||||
|
||||
printVersion() {
|
||||
|
||||
local id="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue