mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update install.sh
This commit is contained in:
parent
0d67fa3034
commit
280384ded3
1 changed files with 3 additions and 2 deletions
|
|
@ -76,9 +76,10 @@ startInstall() {
|
||||||
else
|
else
|
||||||
|
|
||||||
local language
|
local language
|
||||||
language=$(getLanguage "$LANGUAGE" "")
|
language=$(getLanguage "$LANGUAGE" "culture")
|
||||||
|
language="${language%%-*}"
|
||||||
|
|
||||||
if [ -n "$language" ] && [[ "$language" != "en" ]]; then
|
if [ -n "$language" ] && [[ "${language,,}" != "en" ]]; then
|
||||||
file="${VERSION/\//}.${language,,}.iso"
|
file="${VERSION/\//}.${language,,}.iso"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue