[Bug 46324] New: On the Ubuntu installation page, the gpg key listed is incorrect

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 19 13:39:10 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46324

            Bug ID: 46324
           Summary: On the Ubuntu installation page, the gpg key listed is
                    incorrect
           Product: WineHQ.org
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: www-unknown
          Assignee: wine-bugs at winehq.org
          Reporter: bo at vircio.com
      Distribution: ---

https://wiki.winehq.org/Ubuntu

The release key is out of date, so the following:

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

should be changed to:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

but it would be even better to add the key like this...
wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add -

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list