diff options
author | Simon Rettberg | 2023-10-11 14:07:00 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-10-11 14:07:00 +0200 |
commit | 5d3900239b886c2f57986dd1b4634c3794acf2d3 (patch) | |
tree | 12789a19023b5ee9bb3f2271a93e6f949ec3e7b5 /satellit_installer | |
parent | [SSPS] slx-admin: Explicitly set timezone (diff) | |
download | setup-scripts-5d3900239b886c2f57986dd1b4634c3794acf2d3.tar.gz setup-scripts-5d3900239b886c2f57986dd1b4634c3794acf2d3.tar.xz setup-scripts-5d3900239b886c2f57986dd1b4634c3794acf2d3.zip |
[SSPS] Fix: Don't install Java 11, but default jre
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/includes/00-variables.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |