Try using the new winehq key

~ B'ezrat Hashem ~
This commit is contained in:
Braxton Plaxco 2019-06-04 20:56:37 -04:00 committed by Unrud
parent 27185f7291
commit 7527998135

View File

@ -31,8 +31,8 @@ before_install:
if [ "${TRAVIS_OS_NAME}" == linux -a -n "${WINE_PYTHON}" ]; then if [ "${TRAVIS_OS_NAME}" == linux -a -n "${WINE_PYTHON}" ]; then
pushd "$(mktemp -d)" && pushd "$(mktemp -d)" &&
sudo dpkg --add-architecture i386 && sudo dpkg --add-architecture i386 &&
wget https://dl.winehq.org/wine-builds/Release.key -O Release.key && wget https://dl.winehq.org/wine-builds/winehq.key -O winehq.key &&
sudo apt-key add Release.key && sudo apt-key add winehq.key &&
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ &&
sudo apt-get update && sudo apt-get update &&
sudo apt-get install -y --no-install-recommends unzip winehq-stable && sudo apt-get install -y --no-install-recommends unzip winehq-stable &&