From 2e9aa86e05bbd6c8906deebec43ffaf6f32663e6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 5 Jul 2019 08:22:21 +0200 Subject: no Java Oracle v8 on buster workstations, let's use OpenJDK 9 instead --- install-itzks-workstation | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index f194a36..a3ebb81 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -174,10 +174,10 @@ apt_install_if_not uuid-runtime # Install libpacparser1 apt_install_if_not libpacparser1 -# Make sure, we have Oracle's JAVA 8... (and that it is the default that people use) -apt_install_if_not oracle-java8-bin oracle-java8-jre oracle-java8-plugin -update-java-alternatives --jre --set java-8-oracle -update-java-alternatives --plugin --set java-8-oracle +## Make sure, we have Oracle's JAVA 8... (and that it is the default that people use) +#apt_install_if_not oracle-java8-bin oracle-java8-jre oracle-java8-plugin +#update-java-alternatives --jre --set java-8-oracle +#update-java-alternatives --plugin --set java-8-oracle # Install wine32 dpkg --add-architecture i386 @@ -371,4 +371,4 @@ else Die Installation des Basissystems mit ITZKS-Anpassungen ist abgeschlossen.' echo fi -unset pythonconfig \ No newline at end of file +unset pythonconfig -- cgit v1.2.3