From 35ecfa124c69b871cdaec4f2c8aac49254d23c88 Mon Sep 17 00:00:00 2001 From: richvdh Date: Wed, 14 Jul 2021 16:12:22 +0000 Subject: deploy: 28ffff73c1f69be92155749275408b14ec7318d0 --- develop/setup/installation.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'develop/setup/installation.html') diff --git a/develop/setup/installation.html b/develop/setup/installation.html index c3572057ad..8d336db64f 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html @@ -397,9 +397,8 @@ For more details, see https://github.com/spantaleev/matrix-docker-ansible-deploy

Debian/Ubuntu

Matrix.org packages
-

Matrix.org provides Debian/Ubuntu packages of the latest stable version of -Synapse via https://packages.matrix.org/debian/. They are available for Debian -9 (Stretch), Ubuntu 16.04 (Xenial), and later. To use them:

+

Matrix.org provides Debian/Ubuntu packages of Synapse via +https://packages.matrix.org/debian/. To install the latest release:

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
 echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
@@ -407,11 +406,14 @@ echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] ht
 sudo apt update
 sudo apt install matrix-synapse-py3
 
-

Note: if you followed a previous version of these instructions which -recommended using apt-key add to add an old key from -https://matrix.org/packages/debian/, you should note that this key has been -revoked. You should remove the old key with sudo apt-key remove C35EB17E1EAE708E6603A9B3AD0592FE47F0DF61, and follow the above instructions to -update your configuration.

+

Packages are also published for release candidates. To enable the prerelease +channel, add prerelease to the sources.list line. For example:

+
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 prerelease" |
+    sudo tee /etc/apt/sources.list.d/matrix-org.list
+sudo apt update
+sudo apt install matrix-synapse-py3
+

The fingerprint of the repository signing key (as shown by gpg /usr/share/keyrings/matrix-org-archive-keyring.gpg) is AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058.

Downstream Debian packages
-- cgit 1.5.1