File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ over https.
3838` echo "deb https://packages.riot.im/debian/ stretch main" | sudo tee -a /etc/apt/sources.list `
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 `
41- 2 . Download and add the gpg signing key used to authentify the packages from the riot repository to your system's list of trusted keys:
41+ 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:
4242` curl -s https://packages.riot.im/debian/repo-key.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:
4444` sudo apt-key del 48E8F4A1 `
You can’t perform that action at this time.
0 commit comments