Skip to content

Commit 434e8cc

Browse files
authored
Changed the Debian repo key and public key URLs
1 parent 6c95059 commit 434e8cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ released version of Riot:
2525
1. Enter the URL into your browser and log into Riot!
2626

2727
Releases are signed using gpg and the OpenPGP standard, and can be checked against the public key located
28-
at https://packages.riot.im/debian/riot.im-archive-keyring.asc .
28+
at https://packages.riot.im/riot-release-key.asc.
2929

3030
Note that Chrome does not allow microphone or webcam access for sites served
3131
over http (except localhost), so for working VoIP you will need to serve Riot
@@ -39,9 +39,9 @@ over https.
3939
- As a separate entry in sources.list.d:
4040
`echo "deb https://packages.riot.im/debian/ stretch main" | sudo tee /etc/apt/sources.list.d/riot.list`
4141
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:
42-
`curl -s https://packages.riot.im/debian/riot.im-archive-keyring.asc | sudo apt-key add -`
42+
`curl -s https://packages.riot.im/debian/riot-im-archive-keyring.asc | sudo apt-key add -`
4343
- Optional: if you had the old Riot.im signing key in your apt keyring, delete it, as it is no longer considered trusted:
44-
`sudo apt-key del 48E8F4A1`
44+
`sudo apt-key del 0x48E8F4A1`
4545
3. Update your package lists:
4646
`sudo apt update`
4747
4. Install Riot:

0 commit comments

Comments
 (0)