summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-07-05 08:22:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-07-05 08:22:21 +0200
commit2e9aa86e05bbd6c8906deebec43ffaf6f32663e6 (patch)
tree1a5893c565a763058d58f7a93a3cdb7f38059e5e
parent8562fcf4ab926787a209a103b84ccdb457367c5e (diff)
downloaditzks-install-script-2e9aa86e05bbd6c8906deebec43ffaf6f32663e6.tar.gz
itzks-install-script-2e9aa86e05bbd6c8906deebec43ffaf6f32663e6.tar.bz2
itzks-install-script-2e9aa86e05bbd6c8906deebec43ffaf6f32663e6.zip
no Java Oracle v8 on buster workstations, let's use OpenJDK 9 instead
-rwxr-xr-xinstall-itzks-workstation10
1 files changed, 5 insertions, 5 deletions
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