More simple command for installing repo key

Questions about Wine on Linux
Locked
UlfZibis
Level 3
Level 3
Posts: 91
Joined: Thu Sep 18, 2014 6:41 pm

More simple command for installing repo key

Post by UlfZibis »

Instead:

Code: Select all

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
do:

Code: Select all

wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
See this as suggestion for the Installation HowTo!
Locked