mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Add Win10 enterprise
This commit is contained in:
parent
4688952cf1
commit
892e515618
1 changed files with 5 additions and 1 deletions
|
|
@ -214,7 +214,11 @@ getVersion() {
|
|||
if [[ "${name,,}" == *"ltsc"* ]]; then
|
||||
detected="win10x64-ltsc"
|
||||
else
|
||||
detected="win10x64"
|
||||
if [[ "${name,,}" == *"enterprise evaluation"* ]]; then
|
||||
detected="win10x64-enterprise-eval"
|
||||
else
|
||||
detected="win10x64"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue