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 f9a0dcc commit 5cb84f2Copy full SHA for 5cb84f2
README.md
@@ -59,7 +59,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
59
```shell
60
#DEB Ubuntu|Debian Packages
61
sudo echo "deb [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/pg_probackup.list
62
-sudo wget -O - http://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | apt-key add - && apt-get update
+sudo wget -O - http://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
63
sudo apt-get install pg-probackup-{11,10,9.6,9.5}
64
sudo apt-get install pg-probackup-{11,10,9.6,9.5}-dbg
65
0 commit comments