mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Fix capitalization of SUSE and openSUSE
This commit is contained in:
@ -31,7 +31,7 @@ systems:
|
||||
</li>
|
||||
<li><a href="/download/linux/debian/">Debian</a> GNU/Linux and derivatives</li>
|
||||
<li><a href="/download/linux/ubuntu/">Ubuntu</a> Linux and derivatives</li>
|
||||
<li><a href="/download/linux/suse/">SuSE</a> and <a href="/download/linux/suse/">OpenSuSE</a></li>
|
||||
<li><a href="/download/linux/suse/">SUSE</a> and <a href="/download/linux/suse/">OpenSUSE</a></li>
|
||||
<li><a href="/download/linux/">Other</a> Linux</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -14,7 +14,7 @@ distribution specific instructions:
|
||||
</li>
|
||||
<li><a href="/download/linux/debian/">Debian</a> GNU/Linux and derivatives</li>
|
||||
<li><a href="/download/linux/ubuntu/">Ubuntu</a> Linux and derivatives</li>
|
||||
<li><a href="/download/linux/suse/">SuSE</a> and <a href="/download/linux/suse/">OpenSuSE</a></li>
|
||||
<li><a href="/download/linux/suse/">SUSE</a> and <a href="/download/linux/suse/">OpenSUSE</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Generic linux distributions</h2>
|
||||
@ -44,7 +44,7 @@ the documentation for your Linux distribution.
|
||||
|
||||
<p>The installers are not specifically tested on Linux distributions other than those
|
||||
listed on the <a href="/download/linux/redhat/">Red Hat</a>, <a href="/download/linux/debian/">Debian</a>,
|
||||
<a href="/download/linux/ubuntu/">Ubuntu</a> and <a href="/download/linux/suse/">SuSE</a>
|
||||
<a href="/download/linux/ubuntu/">Ubuntu</a> and <a href="/download/linux/suse/">SUSE</a>
|
||||
pages, but can be expected to work on reasonably modern distributions in most cases.</p>
|
||||
|
||||
{%include "pages/download/linux/linux_source.inc" %}
|
||||
|
@ -1,12 +1,12 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Linux downloads (SuSE){%endblock%}
|
||||
{%block title%}Linux downloads (SUSE){%endblock%}
|
||||
{%block contents%}
|
||||
|
||||
<h1>Linux downloads (SuSE) <img class="logo" src="/media/img/suse.svg" alt="SUSE Logo" /></h1>
|
||||
<h1>Linux downloads (SUSE) <img class="logo" src="/media/img/suse.svg" alt="SUSE Logo" /></h1>
|
||||
<p>
|
||||
PostgreSQL is available in all SuSE versions by default. However,
|
||||
SuSE Linux "snapshots" a specific version of PostgreSQL
|
||||
that is then supported throughout the lifetime of that SuSE version.
|
||||
PostgreSQL is available in all SUSE versions by default. However,
|
||||
SUSE Linux "snapshots" a specific version of PostgreSQL
|
||||
that is then supported throughout the lifetime of that SUSE version.
|
||||
</p>
|
||||
<a name="zypper"></a><h2>PostgreSQL RPM Repository</h2>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user