Skip to content

Commit 89188e8

Browse files
authored
Update README.md
Change repo setup for Ubuntu/Deb for PostgresPro section.
1 parent 30f7f78 commit 89188e8

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
@@ -130,7 +130,7 @@ sudo apt-get install pg_probackup-{13,12,11,10,9.6,9.5}-debuginfo
130130
#### pg_probackup for PostgresPro Standard and Enterprise
131131
```shell
132132
#DEB Ubuntu|Debian Packages
133-
sudo 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
133+
sudo sh -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'
134134
sudo wget -O - https://repo.postgrespro.ru/pg_probackup-forks/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
135135
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}
136136
sudo apt-get install pg-probackup-{std,ent}-{12,11,10,9.6}-dbg

0 commit comments

Comments
 (0)