Skip to content

Commit

Permalink
Use correct package name (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jul 27, 2023
1 parent 652a653 commit 24a0c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ else
fi

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

if [ "$ARCH" == "aarch64" ]
then
Expand Down

0 comments on commit 24a0c9c

Please sign in to comment.