Vagrantfile: Update winehq release key URL

This commit is contained in:
Andrew Eikum 2019-01-02 07:51:56 -06:00
parent b7d0a64742
commit 4a5f7064b3

2
Vagrantfile vendored
View File

@ -24,7 +24,7 @@ Vagrant.configure(2) do |config|
apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
#add winehq repo #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 echo 'deb http://dl.winehq.org/wine-builds/debian stretch main' > /etc/apt/sources.list.d/winehq.list
#add docker repo #add docker repo