[Request] Please simplify the instructions for adding repo key on the Ubuntu wiki page

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
WaCrex
Newbie
Newbie
Posts: 2
Joined: Thu Jun 10, 2010 12:13 pm

[Request] Please simplify the instructions for adding repo key on the Ubuntu wiki page

Post by WaCrex »

Could you please simplify the instructions for adding the winehq repository key on the page https://wiki.winehq.org/Ubuntu?

This is what you are currently using:

Code: Select all

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Could you please change it into:

Code: Select all

wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
This one-liner is not only faster, but it also leaves no winehq.key-file behind, so there's no need for clean up afterwards.
Locked