mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
fix: Remove Sequoia patch (#182)
This commit is contained in:
parent
7aec69abd4
commit
72971f2df5
3 changed files with 1 additions and 1957 deletions
1950
assets/sequoia.plist
1950
assets/sequoia.plist
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue