소스 검색

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

This reverts commit e0c0129693.

As discussed at
https://github.com/matrix-org/synapse/pull/7801#pullrequestreview-444652786, I
don't think this is an improvement.
tags/v1.17.0rc1
Richard van der Hoff 3 년 전
부모
커밋
ef5ed5292b
2개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. +0
    -11
      INSTALL.md
  2. +0
    -1
      changelog.d/7801.doc

+ 0
- 11
INSTALL.md 파일 보기

@@ -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
```

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
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


+ 0
- 1
changelog.d/7801.doc 파일 보기

@@ -1 +0,0 @@
Change the installation documentation regarding the `apt-transport-https` package, which is no longer needed on Debian 10/Ubuntu 18.04 and newer.

불러오는 중...
취소
저장