Skip to content

Commit

Permalink
use jre instead of jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 29, 2023
1 parent b296fc7 commit 82b4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/step01_ubuntu_java_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ elif [ "$JAVAVER" = "openjdk11-devel" ]; then
elif [ "$JAVAVER" = "openjdk11" ]; then
#start-recommended
apt-get update -q
apt-get install -y openjdk-11-jdk
apt-get install -y openjdk-11-jre
#end-recommended
fi

0 comments on commit 82b4418

Please sign in to comment.