spotlights-macbook-air: Prefer JDK 23
This commit is contained in:
parent
2d8b91eb93
commit
62ca6d40aa
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
inetutils
|
inetutils
|
||||||
ipsw
|
ipsw
|
||||||
jadx
|
jadx
|
||||||
jdk21
|
jdk23
|
||||||
jq
|
jq
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
libusbmuxd
|
libusbmuxd
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
# We should only have a single JDK present within our package,
|
# We should only have a single JDK present within our package,
|
||||||
# but let's limit `find` regardless.
|
# but let's limit `find` regardless.
|
||||||
JDK_LOCATION="$(find "${pkgs.jdk}" -name "*.jdk" | head -n1)"
|
JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)"
|
||||||
|
|
||||||
# Symlink!
|
# Symlink!
|
||||||
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"
|
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue