From 6c950593b711894c212284f3b64b2ba06364c4ad Mon Sep 17 00:00:00 2001 From: axel simon Date: Tue, 16 Apr 2019 17:58:54 +0200 Subject: [PATCH] the repo key filename changed, reflecting this --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c152d98414..11a2a23c37 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ released version of Riot: 1. Enter the URL into your browser and log into Riot! Releases are signed using gpg and the OpenPGP standard, and can be checked against the public key located -at https://packages.riot.im/keys/riot.asc . +at https://packages.riot.im/debian/riot.im-archive-keyring.asc . Note that Chrome does not allow microphone or webcam access for sites served over http (except localhost), so for working VoIP you will need to serve Riot @@ -39,7 +39,7 @@ over https. - As a separate entry in sources.list.d: `echo "deb https://packages.riot.im/debian/ stretch main" | sudo tee /etc/apt/sources.list.d/riot.list` 2. Download and add the gpg signing key used to authenticate the packages from the riot repository to your system's list of trusted keys: -`curl -s https://packages.riot.im/debian/repo-key.asc | sudo apt-key add -` +`curl -s https://packages.riot.im/debian/riot.im-archive-keyring.asc | sudo apt-key add -` - Optional: if you had the old Riot.im signing key in your apt keyring, delete it, as it is no longer considered trusted: `sudo apt-key del 48E8F4A1` 3. Update your package lists: