We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442b498 commit dddf978Copy full SHA for dddf978
tools/jdk/init.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
+JDK_VERSION=11
4
function jdk(){
- JDK_VERSION=11
5
DOWN_URL="https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_linux-x64_bin.tar.gz"
6
sudo mkdir -p /usr/lib/jvm && sudo chmod 777 /usr/lib/jvm
7
if [ ! -d /usr/lib/jvm/jdk${JDK_VERSION} ]; then
0 commit comments