diff options
| author | Devrim Gunduz | 2024-12-29 19:09:21 +0000 |
|---|---|---|
| committer | Devrim Gunduz | 2024-12-29 19:09:21 +0000 |
| commit | 7ee2437b38ee0b94263a2ab6c86f3158e2318da0 (patch) | |
| tree | 378e66824fd4775ad4bb94e02a4c1cbbc6a21f90 /templates | |
| parent | 23b5c93b73cd428489814615c5792bbb0fd3d43a (diff) | |
Fix SLES 12 installation steps
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/pages/howtozypp.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/pages/howtozypp.html b/templates/pages/howtozypp.html index 7041b9e..5e210e0 100644 --- a/templates/pages/howtozypp.html +++ b/templates/pages/howtozypp.html @@ -67,10 +67,10 @@ <a name="pg15sles">SLES 12:</a> </p> <ul> - <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li> - <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li> - <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li> - <li>SLES 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li> + <li>SLES 12 / PostgreSQL 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li> + <li>SLES 12 / PostgreSQL 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li> + <li>SLES 12 / PostgreSQL 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li> + <li>SLES 12 / PostgreSQL 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li> </ul> <p> |
