Skip to content

Commit 718e9fe

Browse files
committed
Readme: add SUSE installation instructions
1 parent 8db55b4 commit 718e9fe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,16 @@ rpm -ivh https://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-oraclel
9090
yum install pg_probackup-{12,11,10,9.6,9.5}
9191
yum install pg_probackup-{12,11,10,9.6,9.5}-debuginfo
9292

93-
#SRPM Packages
93+
#SRPM Centos|RHEL|OracleLinux Packages
9494
yumdownloader --source pg_probackup-{12,11,10,9.6,9.5}
9595

96+
#RPM SUSE|SLES Packages
97+
zypper install --allow-unsigned-rpm -y http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-suse.noarch.rpm
98+
zypper --gpg-auto-import-keys install -y pg_probackup-{12,11,10,9.6,9.5}
99+
100+
#SRPM SUSE|SLES Packages
101+
zypper si pg_probackup-{12,11,10,9.6,9.5}
102+
96103
#RPM ALT Linux 7
97104
sudo echo "rpm https://repo.postgrespro.ru/pg_probackup/rpm/latest/altlinux-p7 x86_64 vanilla" > /etc/apt/sources.list.d/pg_probackup.list
98105
sudo apt-get update

0 commit comments

Comments
 (0)