From fa00c28116735d57b927898521607aa669e0328e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 30 Jan 2025 12:39:48 +0100 Subject: [PATCH] Update boot.sh --- src/boot.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/boot.sh b/src/boot.sh index f615c7f..f136f2a 100644 --- a/src/boot.sh +++ b/src/boot.sh @@ -81,13 +81,7 @@ if [ ! -f "$IMG" ]; then CFG="$OUT/EFI/OC/config.plist" - case "${VERSION,,}" in - "sequoia" | "15"* ) - PLIST="/assets/sequoia.plist" ;; - * ) - PLIST="/assets/default.plist" ;; - esac - + PLIST="/assets/config.plist" [ -f "/config.plist" ] && PLIST="/config.plist" cp "$PLIST" "$CFG"