mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Install script use Java 17
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user