Skip to content

Commit

Permalink
Merge branch 'neofetch_img' of https://github.com/AleixMT/Linux-Auto-…
Browse files Browse the repository at this point in the history
…Customizer into develop
  • Loading branch information
AleixMT committed May 23, 2024
2 parents bcaeb13 + cb820ed commit bb8d666
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 80 deletions.
4 changes: 2 additions & 2 deletions data/features/jdk17/jdk17.dat.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
jdk17_name="Java Development Kit 17"
jdk17_description="Implementation of version 17 of the Java (programming language) SE Platform + the tools for a developer"
jdk17_version="Open logic JDK 17 - Linux x86 64 bits"
jdk17_version="Oracle 17 - Linux x86 64 bits"
jdk17_tags=("programming" "customDesktop")
jdk17_systemcategories=("Development" "Languages")

jdk17_bashfunctions=("jdk17.sh")
jdk17_binariesinstalledpaths=("bin/java;java" "bin/keytool;keytool" "bin/javadoc;javadoc" "bin/jar;jar" "bin/jcmd;jcmd" "bin/jdb;jdb" "bin/jconsole;jconsole" )
jdk17_downloadKeys=("bundle")
jdk17_bundle_URL="https://builds.openlogic.com/downloadJDK/openlogic-openjdk/17.0.7+7/openlogic-openjdk-17.0.7+7-linux-x64.tar.gz"
jdk17_bundle_URL="https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz"
Loading

0 comments on commit bb8d666

Please sign in to comment.