mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-05 03:21:40 +00:00
Install script use Java 17
This commit is contained in:
@@ -54,10 +54,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing the JRE..."
|
echo "Installing the JRE..."
|
||||||
if ! package_is_installed openjdk-11-jre-headless
|
if ! package_is_installed openjdk-17-jre-headless
|
||||||
then
|
then
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes openjdk-11-jre-headless
|
apt-get install --yes openjdk-17-jre-headless
|
||||||
fi
|
fi
|
||||||
echo "JRE installation complete."
|
echo "JRE installation complete."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user