feat: Improve OS detection (#1219)

This commit is contained in:
Kroese 2025-04-22 19:09:23 +02:00 committed by GitHub
parent bfb9c4b172
commit 5814473fe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 130 additions and 77 deletions

View file

@ -266,7 +266,7 @@ detectCustom() {
! findFile "custom.iso" && return 1
[ -n "$CUSTOM" ] && return 0
! findFile "boot.iso" && return 1
[ -n "$CUSTOM" ] && return 0