From 5d3900239b886c2f57986dd1b4634c3794acf2d3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 11 Oct 2023 14:07:00 +0200 Subject: [SSPS] Fix: Don't install Java 11, but default jre --- satellit_installer/includes/00-variables.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'satellit_installer') diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc index 2ac13e2..e23b952 100644 --- a/satellit_installer/includes/00-variables.inc +++ b/satellit_installer/includes/00-variables.inc @@ -62,7 +62,7 @@ PACKAGELIST_SERVER=" # Enter here packages needing installation of recommended packages as determines by apt-get: PACKAGELIST_WITH_RECOMMENDS=" open-vm-tools - openjdk-11-jre-headless + default-jre-headless " # (java simply fails otherwise, open-vm-tools needs recommended packages for its kernel modules) -- cgit v1.2.3-55-g7522