From 3f2d13d66ff3f20f96e5eea421391f01857213e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 19 Feb 2018 15:14:57 +0100 Subject: Add installation of wine32 and extra / recommended software. --- install-itzks-workstation | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index 8ed582e..4bec56f 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -77,6 +77,21 @@ 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 +apt-get update 1>/dev/null +apt_install_if_not wine32 + +# Install extras for wine32 +apt-get update 1>/dev/null +apt_install_if_not playonlinux +apt_install_if_not winetricks +apt_install_if_not wine32-tools +apt_install_if_not wine-binfmt +apt_install_if_not fonts-wine +apt_install_if_not q4wine + + if [ ! -d "/usr/share/doc/libdvdcss2" ]; then # Install libdvdcss2 if needed echo -- cgit v1.2.3