mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-25 00:34:32 +01:00
Vagrantfile: Update winehq release key URL
This commit is contained in:
parent
b7d0a64742
commit
4a5f7064b3
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue