Remove pgadmin4 from list of sample packages in our apt repo
authorMagnus Hagander <magnus@hagander.net>
Thu, 10 Feb 2022 08:54:20 +0000 (09:54 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 10 Feb 2022 09:33:49 +0000 (10:33 +0100)
pgadmin4 hasn't been in our apt repo for a while, they run their own apt
repo and have their instructions separately.

templates/pages/download/linux/debian.html
templates/pages/download/linux/ubuntu.html

index 0c61cb08e99a4dfcb79382929bb085d981a11d21..1c84cafe4436b70739b0d6cb04e925f89ccbf52b 100644 (file)
@@ -101,10 +101,6 @@ version number as required):
      <th scope="row">postgresql-server-dev-12</th>
      <td>libraries and headers for C language backend development</td>
     </tr>
-    <tr>
-     <th scope="row">pgadmin4</th>
-     <td>pgAdmin 4 graphical administration utility</td>
-    </tr>
   </tbody>
 </table>
 {%endblock%}
index 5acf8f46d167d77610c194e81b850a4ab1fa5169..2940955b9399bb888fe27008070c33867a18ef3f 100644 (file)
@@ -102,10 +102,6 @@ version number as required):
      <th scope="row">postgresql-server-dev-12</th>
      <td>libraries and headers for C language backend development</td>
     </tr>
-    <tr>
-     <th scope="row">pgadmin4</th>
-     <td>pgAdmin 4 graphical administration utility</td>
-    </tr>
   </tbody>
 </table>
 {%endblock%}