jdk: 23 -> 24
This commit is contained in:
parent
caa31e196f
commit
c9db36e7e2
3 changed files with 3 additions and 3 deletions
|
@ -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.jdk23}" -name "*.jdk" | head -n1)"
|
JDK_LOCATION="$(find "${pkgs.jdk24}" -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"
|
||||||
|
|
|
@ -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.jdk23}" -name "*.jdk" | head -n1)"
|
JDK_LOCATION="$(find "${pkgs.jdk24}" -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"
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
htop
|
htop
|
||||||
jdk23
|
jdk24
|
||||||
minicom
|
minicom
|
||||||
pciutils
|
pciutils
|
||||||
seafile-client
|
seafile-client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue