mirror of
https://github.com/dockur/windows.git
synced 2025-12-21 14:41:49 +00:00
Compare commits
3 Commits
4bc7f2668e
...
0e8f4418b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e8f4418b4 | ||
|
|
05330ff64c | ||
|
|
1c15df95ac |
@ -23,7 +23,8 @@ parseVersion() {
|
||||
if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then
|
||||
VERSION="${VERSION:1:-1}"
|
||||
fi
|
||||
|
||||
|
||||
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
|
||||
[ -z "$VERSION" ] && VERSION="win11"
|
||||
|
||||
case "${VERSION,,}" in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user