File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ released version of Riot:
25251 . Enter the URL into your browser and log into Riot!
2626
2727Releases 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
3030Note that Chrome does not allow microphone or webcam access for sites served
3131over 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 `
41412 . 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 `
45453 . Update your package lists:
4646` sudo apt update `
47474 . Install Riot:
You can’t perform that action at this time.
0 commit comments