Skip to content

Commit 97a1236

Browse files
committed
Readme: change http to https
1 parent 9d5b12b commit 97a1236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Installation
2121
DEB packages for Debian|Ubuntu:
2222
.. code-block:: bash
2323
24-
echo "deb [arch=amd64] http://repo.postgrespro.ru/mamonsu/latest/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/mamonsu.list
25-
wget -O - http://repo.postgrespro.ru/mamonsu/keys/GPG-KEY-MAMONSU | sudo apt-key add - && sudo apt-get update
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
2626
sudo apt-get install mamonsu
2727
2828
RPM packages for Centos:

0 commit comments

Comments
 (0)