Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cb84f2

Browse files
committed
Readme: update
1 parent f9a0dcc commit 5cb84f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
5959
```shell
6060
#DEB Ubuntu|Debian Packages
6161
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
62+
sudo wget -O - http://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | sudo apt-key add - && sudo apt-get update
6363
sudo apt-get install pg-probackup-{11,10,9.6,9.5}
6464
sudo apt-get install pg-probackup-{11,10,9.6,9.5}-dbg
6565

0 commit comments

Comments
 (0)