Skip to content

Commit d9d885b

Browse files
committed
doc: fixed script installation description
1 parent 749d733 commit d9d885b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,19 @@ $ makensis packaging\win\mamonsu.nsis
176176
To use _mamonsu_, you must create a Zabbix account and set up a Zabbix server as explained in [Zabbix documentation](https://www.zabbix.com/documentation/current/). Naturally, you must also have a PostgreSQL instance up and running if you are going to monitor PostgreSQL metrics.
177177
A pre-built _mamonsu_ packages is provided in official Postgres Pro repository: [repo/mamonsu](https://repo.postgrespro.ru/mamonsu/)
178178

179-
**For Debian, Ubuntu, Astra:**
179+
**Install from repository using script:**
180180
```shell
181-
$ wget https://repo.postgrespro.ru/mamonsu/keys/pgpro-repo-add.sh
182-
$ sudo chmod 700 ./apt-repo-add.sh
183-
$ sudo ./apt-repo-add.sh
181+
$ wget https://repo.postgrespro.ru/mamonsu/keys/pgpro-repo-add.sh
182+
$ sudo chmod 700 ./pgpro-repo-add.sh
183+
$ sudo ./pgpro-repo-add.sh
184+
# for Debian, Ubuntu, Astra:
184185
$ apt-get install mamonsu
186+
# for RPM-based distros such as Centos, RHEL:
187+
$ yum install mamonsu
188+
# for SLES:
189+
$ zypper install mamonsu
185190
```
186-
**For RPM-based distros such as Centos, RHEL, Oraclelinux, SLES, AltLinux, AltLinux-spt:**
187-
Install rpm from repository adding name of the specific distro such as:
188-
```shell
189-
$ rpm -i https://repo.postgrespro.ru/mamonsu/keys/pgpro-repo-add.sh
190-
```
191+
191192
Install package
192193
- for RH-like:
193194
```shell

0 commit comments

Comments
 (0)