mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update define.sh
This commit is contained in:
parent
af8aee7408
commit
9bbe0c098e
1 changed files with 2 additions and 0 deletions
|
|
@ -398,6 +398,8 @@ isESD() {
|
||||||
case "${id,,}" in
|
case "${id,,}" in
|
||||||
"win11${PLATFORM,,}" ) return 0 ;;
|
"win11${PLATFORM,,}" ) return 0 ;;
|
||||||
"win10${PLATFORM,,}" ) return 0 ;;
|
"win10${PLATFORM,,}" ) return 0 ;;
|
||||||
|
"win11${PLATFORM,,}-enterprise" ) return 0 ;;
|
||||||
|
"win10${PLATFORM,,}-enterprise" ) return 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue