Remove spurious TODO in debian install step (#17749)
This was a note added in the PR to move to AGPL, which we failed to remove before landing. (The context for this was that we needed to decide if we were going to change which debian repository we published too, but decided not to in the end)
This commit is contained in:
parent
13dea6949b
commit
f144b4c7e9
|
@ -0,0 +1 @@
|
||||||
|
Remove spurious "TODO UPDATE ALL THIS" note in the Debian installation docs.
|
|
@ -52,8 +52,6 @@ architecture via <https://packages.matrix.org/debian/>.
|
||||||
|
|
||||||
To install the latest release:
|
To install the latest release:
|
||||||
|
|
||||||
TODO UPDATE ALL THIS
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install -y lsb-release wget apt-transport-https
|
sudo apt install -y lsb-release wget apt-transport-https
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue