We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent30f7f78 commit89188e8Copy full SHA for 89188e8
README.md
@@ -130,7 +130,7 @@ sudo apt-get install pg_probackup-{13,12,11,10,9.6,9.5}-debuginfo
130
####pg_probackup for PostgresPro Standard and Enterprise
131
```shell
132
#DEB Ubuntu|Debian Packages
133
-sudoecho"deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup-forks/deb/$(lsb_release -cs) main-$(lsb_release -cs)"> /etc/apt/sources.list.d/pg_probackup-forks.list
+sudosh -c'echo "deb [arch=amd64] https://repo.postgrespro.ru/pg_probackup-forks/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" > /etc/apt/sources.list.d/pg_probackup-forks.list'
134
sudo wget -O - https://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PROBACKUP| sudo apt-key add -&& sudo apt-get update
135
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}
136
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}-dbg