Add Rocky Linux to supported distros.
authorDevrim Gündüz <devrim@gunduz.org>
Tue, 22 Jun 2021 11:39:21 +0000 (12:39 +0100)
committerDevrim Gündüz <devrim@gunduz.org>
Tue, 22 Jun 2021 11:39:21 +0000 (12:39 +0100)
templates/downloads/js/yum.js
templates/pages/download/linux/redhat.html

index b09235f980a6848cbf53c49dd960aa7345cdab72..bceb73fad66f46699fc8e9a5c5d040e1ed32e446 100644 (file)
@@ -10,7 +10,7 @@ function get_platform_name(plat, ver) {
         if (parseFloat(ver) <= 7)
            return "Red Hat Enterprise, CentOS, Scientific or Oracle";
         else
-           return "Red Hat Enterprise, CentOS or Oracle";
+           return "Red Hat Enterprise, Rocky, CentOS or Oracle";
     }
     else if (plat == 'F')
        return "Fedora";
index be1f3ac93656fe41d6b79ba18c9343ad9615c71a..9652105adc4aa1ebf07c7aecba3dc1e55326228f 100644 (file)
@@ -12,6 +12,7 @@ The Red Hat family of distributions includes:
 <p>
   <ul>
     <li>Red Hat Enterprise Linux</li>
+    <li>Rocky Linux</li>
     <li>CentOS</li>
     <li>Fedora</li>
     <li>Scientific Linux</li>
@@ -42,6 +43,7 @@ The PostgreSQL Yum Repository currently supports:
 <p>
   <ul>
     <li>Red Hat Enterprise Linux</li>
+    <li>Rocky Linux</li>
     <li>CentOS</li>
     <li>Scientific Linux</li>
     <li>Oracle Linux</li>
@@ -98,7 +100,7 @@ the distribution:
   </thead>
   <tbody>
     <tr>
-     <th scope="row">RHEL/CentOS/OL 8</th>
+     <th scope="row">RHEL/Rocky Linux/CentOS/OL 8</th>
      <td>13, 12, 10 and 9.6 via modules</td>
     </tr>
     <tr>
@@ -161,7 +163,7 @@ perform the following steps, based on your distribution:
   service postgresql initdb
   chkconfig postgresql on
 </pre>
-<h4>For RHEL / CentOS / SL / OL 7, 8 or Fedora 31 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 31 and later derived distributions:</h4>
 <pre class="code">
   postgresql-setup --initdb
   systemctl enable postgresql.service