mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-25 21:49:24 -05:00
Update the installation docs on apt-transport-https (#7801)
* Starting with apt 1.6, https support has moved into the main package and apt-transport-https has become a transitional dummy package. Signed-off-by: Dirk Heinrichs <dirk.heinrichs@altum.de>
This commit is contained in:
parent
59ddcd790b
commit
e0c0129693
11
INSTALL.md
11
INSTALL.md
@ -259,6 +259,17 @@ 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
|
||||||
|
1
changelog.d/7801.doc
Normal file
1
changelog.d/7801.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Change the installation documentation regarding the `apt-transport-https` package, which is no longer needed on Debian 10/Ubuntu 18.04 and newer.
|
Loading…
Reference in New Issue
Block a user