deploy: 28ffff73c1
				
					
				
			
							parent
							
								
									8af5e6e979
								
							
						
					
					
						commit
						35ecfa124c
					
				|  | @ -398,9 +398,8 @@ For more details, see | |||
| <a href="https://github.com/spantaleev/matrix-docker-ansible-deploy">https://github.com/spantaleev/matrix-docker-ansible-deploy</a></p> | ||||
| <h4 id="debianubuntu"><a class="header" href="#debianubuntu">Debian/Ubuntu</a></h4> | ||||
| <h5 id="matrixorg-packages"><a class="header" href="#matrixorg-packages">Matrix.org packages</a></h5> | ||||
| <p>Matrix.org provides Debian/Ubuntu packages of the latest stable version of | ||||
| Synapse via <a href="https://packages.matrix.org/debian/">https://packages.matrix.org/debian/</a>. They are available for Debian | ||||
| 9 (Stretch), Ubuntu 16.04 (Xenial), and later. To use them:</p> | ||||
| <p>Matrix.org provides Debian/Ubuntu packages of Synapse via | ||||
| <a href="https://packages.matrix.org/debian/">https://packages.matrix.org/debian/</a>.  To install the latest release:</p> | ||||
| <pre><code class="language-sh">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" | | ||||
|  | @ -408,11 +407,14 @@ echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] ht | |||
| sudo apt update | ||||
| sudo apt install matrix-synapse-py3 | ||||
| </code></pre> | ||||
| <p><strong>Note</strong>: if you followed a previous version of these instructions which | ||||
| recommended using <code>apt-key add</code> to add an old key from | ||||
| <code>https://matrix.org/packages/debian/</code>, you should note that this key has been | ||||
| revoked. You should remove the old key with <code>sudo apt-key remove C35EB17E1EAE708E6603A9B3AD0592FE47F0DF61</code>, and follow the above instructions to | ||||
| update your configuration.</p> | ||||
| <p>Packages are also published for release candidates. To enable the prerelease | ||||
| channel, add <code>prerelease</code> to the <code>sources.list</code> line. For example:</p> | ||||
| <pre><code class="language-sh">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 | ||||
| </code></pre> | ||||
| <p>The fingerprint of the repository signing key (as shown by <code>gpg /usr/share/keyrings/matrix-org-archive-keyring.gpg</code>) is | ||||
| <code>AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058</code>.</p> | ||||
| <h5 id="downstream-debian-packages"><a class="header" href="#downstream-debian-packages">Downstream Debian packages</a></h5> | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -397,9 +397,8 @@ For more details, see | |||
| <a href="https://github.com/spantaleev/matrix-docker-ansible-deploy">https://github.com/spantaleev/matrix-docker-ansible-deploy</a></p> | ||||
| <h4 id="debianubuntu"><a class="header" href="#debianubuntu">Debian/Ubuntu</a></h4> | ||||
| <h5 id="matrixorg-packages"><a class="header" href="#matrixorg-packages">Matrix.org packages</a></h5> | ||||
| <p>Matrix.org provides Debian/Ubuntu packages of the latest stable version of | ||||
| Synapse via <a href="https://packages.matrix.org/debian/">https://packages.matrix.org/debian/</a>. They are available for Debian | ||||
| 9 (Stretch), Ubuntu 16.04 (Xenial), and later. To use them:</p> | ||||
| <p>Matrix.org provides Debian/Ubuntu packages of Synapse via | ||||
| <a href="https://packages.matrix.org/debian/">https://packages.matrix.org/debian/</a>.  To install the latest release:</p> | ||||
| <pre><code class="language-sh">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 | ||||
| </code></pre> | ||||
| <p><strong>Note</strong>: if you followed a previous version of these instructions which | ||||
| recommended using <code>apt-key add</code> to add an old key from | ||||
| <code>https://matrix.org/packages/debian/</code>, you should note that this key has been | ||||
| revoked. You should remove the old key with <code>sudo apt-key remove C35EB17E1EAE708E6603A9B3AD0592FE47F0DF61</code>, and follow the above instructions to | ||||
| update your configuration.</p> | ||||
| <p>Packages are also published for release candidates. To enable the prerelease | ||||
| channel, add <code>prerelease</code> to the <code>sources.list</code> line. For example:</p> | ||||
| <pre><code class="language-sh">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 | ||||
| </code></pre> | ||||
| <p>The fingerprint of the repository signing key (as shown by <code>gpg /usr/share/keyrings/matrix-org-archive-keyring.gpg</code>) is | ||||
| <code>AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058</code>.</p> | ||||
| <h5 id="downstream-debian-packages"><a class="header" href="#downstream-debian-packages">Downstream Debian packages</a></h5> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 richvdh
						richvdh