summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2018-02-17 15:44:21 -0500
committeriphydf <iphydf@users.noreply.github.com>2018-02-18 17:13:59 +0000
commitef172adebe22b4c9cec5ea329751c818c50a74f4 (patch)
treef759beb2e93a1165b156887c98d8d57edc9f3b85 /other
parentc3515c49e012f76c5d2ca104476e372d924a79f9 (diff)
Use Wine Devel instead of Wine Staging
Wine Staging is not maintained https://wine-staging.com/news/2018-02-17-future-wine-staging.html
Diffstat (limited to 'other')
-rw-r--r--other/docker/windows/get_packages.sh13
1 files changed, 5 insertions, 8 deletions
diff --git a/other/docker/windows/get_packages.sh b/other/docker/windows/get_packages.sh
index 6c49a512..45c91854 100644
--- a/other/docker/windows/get_packages.sh
+++ b/other/docker/windows/get_packages.sh
@@ -42,20 +42,17 @@ if [ "${SUPPORT_TEST}" = "true" ]; then
42 texinfo 42 texinfo
43 43
44 # Add Wine package repository to use the latest Wine 44 # Add Wine package repository to use the latest Wine
45 echo " 45 echo "deb https://dl.winehq.org/wine-builds/debian/ stretch main" >> /etc/apt/sources.list
46 # Wine-staging
47 deb https://dl.winehq.org/wine-builds/debian/ stretch main
48 " >> /etc/apt/sources.list
49 curl -o Release.key https://dl.winehq.org/wine-builds/Release.key 46 curl -o Release.key https://dl.winehq.org/wine-builds/Release.key
50 apt-key add Release.key 47 apt-key add Release.key
51 48
52 dpkg --add-architecture i386 49 dpkg --add-architecture i386
53 apt-get update 50 apt-get update
54 apt-get install -y \ 51 apt-get install -y \
55 wine-staging \ 52 wine-devel \
56 wine-staging-amd64 \ 53 wine-devel-amd64 \
57 wine-staging-dbg \ 54 wine-devel-dbg \
58 winehq-staging 55 winehq-devel
59fi 56fi
60 57
61# Clean up to reduce image size 58# Clean up to reduce image size