Skip to content

Commit

Permalink
Update opensuse-winedeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerl authored Mar 28, 2021
1 parent 30378f0 commit 087e904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployscript/opensuse-winedeploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
zypper refresh
zypper in -y wget file tar grep bzip2
zypper in -y wget file tar grep bzip2 cpio

# Get Wine
wget -nv -c https://www.playonlinux.com/wine/binaries/linux-x86/PlayOnLinux-wine-3.10-linux-x86.pol
Expand All @@ -16,7 +16,7 @@ chmod +x bin/wine-preloader_hook


zypper refresh
zypper in -d -y fontconfig alsa-plugins-32bit wine
zypper in -d -y fontconfig libpulse0-32bit wine-32bit

rm /var/cache/zypp/packages/*/*/wine*

Expand Down

0 comments on commit 087e904

Please sign in to comment.