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
1f3a5771f9
commit
c9b6d990ab
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ getVersion() {
|
||||||
[[ "${name,,}" == *"enterprise"* ]] && detected="win7${PLATFORM,,}-enterprise"
|
[[ "${name,,}" == *"enterprise"* ]] && detected="win7${PLATFORM,,}-enterprise"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ "${name,,}" == *"windows vista"* ]]; then
|
if [[ "${name,,}" == *"windows vista"* ]]; then
|
||||||
detected="winvista${PLATFORM,,}"
|
detected="winvista${PLATFORM,,}"
|
||||||
[[ "${name,,}" == *"ultimate"* ]] && detected="winvista${PLATFORM,,}-ultimate"
|
[[ "${name,,}" == *"ultimate"* ]] && detected="winvista${PLATFORM,,}-ultimate"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue