Skip to content

Commit

Permalink
Update boot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 30, 2025
1 parent 988cbbc commit fa00c28
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa00c28

Please sign in to comment.