mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
Compare commits
2 commits
1ebb4c8d58
...
05330ff64c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05330ff64c | ||
|
|
1c15df95ac |
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ parseVersion() {
|
|||
VERSION="${VERSION:1:-1}"
|
||||
fi
|
||||
|
||||
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
|
||||
[ -z "$VERSION" ] && VERSION="win11"
|
||||
|
||||
case "${VERSION,,}" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue