Skip to content

Commit 64e38b8

Browse files
committed
minor fix
1 parent 807bd80 commit 64e38b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ echo "deb-src [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_re
5757
```shell
5858
#RPM Centos Packages
5959
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
60-
yum install -y pg_probackup-(10|9.6|9.5)
60+
yum install pg_probackup-(10|9.6|9.5)
6161
```
6262

6363
To compile `pg_probackup`, you must have a PostgreSQL installation and raw source tree. To install `pg_probackup`, execute this in the module's directory:

0 commit comments

Comments
 (0)