mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
Vagrantfile: Update winehq release key URL
This commit is contained in:
parent
b7d0a64742
commit
4a5f7064b3
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user