Skip to content

Commit

Permalink
Install script use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 20, 2023
1 parent 954ca9a commit 0356eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ else
fi

echo "Installing the JRE..."
if ! package_is_installed openjdk-11-jre-headless
if ! package_is_installed openjdk-17-jre-headless
then
apt-get update
apt-get install --yes openjdk-11-jre-headless
apt-get install --yes openjdk-17-jre-headless
fi
echo "JRE installation complete."

Expand Down

0 comments on commit 0356eee

Please sign in to comment.