We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a1236 commit 15e1628Copy full SHA for 15e1628
README.rst
@@ -19,13 +19,15 @@ Installation
19
============
20
21
DEB packages for Debian|Ubuntu:
22
-.. code-block:: bash
23
+```
24
echo "deb [arch=amd64] https://repo.postgrespro.ru/mamonsu/latest/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/mamonsu.list
25
wget -O - https://repo.postgrespro.ru/mamonsu/keys/GPG-KEY-MAMONSU | sudo apt-key add - && sudo apt-get update
26
sudo apt-get install mamonsu
27
28
29
RPM packages for Centos:
30
+
31
.. code-block:: bash
32
33
rpm -ivh https://repo.postgrespro.ru/mamonsu/keys/mamonsu-repo-centos.noarch.rpm
0 commit comments