From 4a5f7064b3a7f20cc7206db946d5f8a47b8ca7e7 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 2 Jan 2019 07:51:56 -0600 Subject: [PATCH] Vagrantfile: Update winehq release key URL --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 90a629ba..fccd5b1b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,7 @@ Vagrant.configure(2) do |config| apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common #add winehq repo - curl -fsSL https://dl.winehq.org/wine-builds/Release.key | apt-key add - + curl -fsSL https://dl.winehq.org/wine-builds/winehq.key | apt-key add - echo 'deb http://dl.winehq.org/wine-builds/debian stretch main' > /etc/apt/sources.list.d/winehq.list #add docker repo