Skip to content

Commit

Permalink
Merge branch 'master' into vite-typescript-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 23, 2023
2 parents c5bc637 + 454f8a1 commit d34da98
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 @@ -53,11 +53,11 @@ else
echo 'GOVERNOR=performance' > /etc/default/cpufrequtils
fi

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

Expand Down

0 comments on commit d34da98

Please sign in to comment.