diff options
author | Michael Laß | 2023-10-13 19:05:50 +0200 |
---|---|---|
committer | Michael Laß | 2023-10-13 19:05:50 +0200 |
commit | 7f265456dc40e0a74698c531bc46dfc7b15a81c3 (patch) | |
tree | 007fd1117b5c477e03febfdf9445028c7bba7afe /install_jdk-temurin.sh | |
parent | 4f96778939272fdd694cad40efa09694ebeeef5c (diff) | |
download | aur-7f265456dc40e0a74698c531bc46dfc7b15a81c3.tar.gz |
Update to 21+35
Diffstat (limited to 'install_jdk-temurin.sh')
-rw-r--r-- | install_jdk-temurin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_jdk-temurin.sh b/install_jdk-temurin.sh index 8d9e1565c9d4..ebb7c528333a 100644 --- a/install_jdk-temurin.sh +++ b/install_jdk-temurin.sh @@ -1,4 +1,4 @@ -THIS_JDK='java-20-temurin' +THIS_JDK='java-21-temurin' fix_default() { if [ ! -x /usr/bin/java ]; then |