Skip to content

Commit dddf978

Browse files
committed
fixx
1 parent 442b498 commit dddf978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/jdk/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3+
JDK_VERSION=11
34
function jdk(){
4-
JDK_VERSION=11
55
DOWN_URL="https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_linux-x64_bin.tar.gz"
66
sudo mkdir -p /usr/lib/jvm && sudo chmod 777 /usr/lib/jvm
77
if [ ! -d /usr/lib/jvm/jdk${JDK_VERSION} ]; then

0 commit comments

Comments
 (0)