Skip to content
Snippets Groups Projects
Commit ef5ed529 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Revert "Update the installation docs on apt-transport-https (#7801)"

This reverts commit e0c01296.

As discussed at
https://github.com/matrix-org/synapse/pull/7801#pullrequestreview-444652786, I
don't think this is an improvement.
parent e7efd8f8
No related branches found
No related tags found
No related merge requests found
...@@ -259,17 +259,6 @@ Synapse via https://packages.matrix.org/debian/. They are available for Debian ...@@ -259,17 +259,6 @@ Synapse via https://packages.matrix.org/debian/. They are available for Debian
``` ```
sudo apt install -y lsb-release wget apt-transport-https sudo apt install -y lsb-release wget apt-transport-https
```
for Debian/Ubuntu versions shipping `apt` < 1.6 (Debian < 10 / Ubuntu < 18.04), or
```
sudo apt install -y lsb-release wget
```
for Debian 10 / Ubuntu 18.04 and newer, followed by
```
sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" | echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
sudo tee /etc/apt/sources.list.d/matrix-org.list sudo tee /etc/apt/sources.list.d/matrix-org.list
......
Change the installation documentation regarding the `apt-transport-https` package, which is no longer needed on Debian 10/Ubuntu 18.04 and newer.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment