mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Improve OS detection (#1219)
This commit is contained in:
parent
bfb9c4b172
commit
5814473fe1
2 changed files with 130 additions and 77 deletions
|
|
@ -266,7 +266,7 @@ detectCustom() {
|
|||
|
||||
! findFile "custom.iso" && return 1
|
||||
[ -n "$CUSTOM" ] && return 0
|
||||
|
||||
|
||||
! findFile "boot.iso" && return 1
|
||||
[ -n "$CUSTOM" ] && return 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue