mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +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"
|
||||
fi
|
||||
|
||||
[[ "${name,,}" == *"windows vista"* ]]; then
|
||||
if [[ "${name,,}" == *"windows vista"* ]]; then
|
||||
detected="winvista${PLATFORM,,}"
|
||||
[[ "${name,,}" == *"ultimate"* ]] && detected="winvista${PLATFORM,,}-ultimate"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue