diff options
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-x | install-itzks-workstation | 15 |
1 files changed, 15 insertions, 0 deletions
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 |