mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Update install.sh
This commit is contained in:
parent
1d535b401d
commit
e04fafb011
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ findVersion() {
|
|||
[[ "${name,,}" == *"server 2019"* ]] && detected="win2019-eval"
|
||||
[[ "${name,,}" == *"server 2016"* ]] && detected="win2016-eval"
|
||||
[[ "${name,,}" == *"windows 7"* ]] && detected="win7x64"
|
||||
|
||||
|
||||
if [[ "${name,,}" == *"windows 10"* ]]; then
|
||||
if [[ "${name,,}" == *"enterprise ltsc"* ]]; then
|
||||
detected="win10x64-ltsc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue