From: Christoph Berg Date: Tue, 30 Sep 2025 14:41:26 +0000 (+0200) Subject: download/linux: Fix a copy-and-paste error X-Git-Url: http://git.postgresql.org/gitweb/static/help.php?a=commitdiff_plain;h=a3bcf0bec945de96e00b7eda4e281091c709b5b4;p=pgweb.git download/linux: Fix a copy-and-paste error --- diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index bc1d930b..a0ab5d1e 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -83,8 +83,7 @@ sudo apt update Install PostgreSQL: (replace "18" by the version you want)
-
# Import the repository signing key:
-sudo apt install postgresql-18
+
sudo apt install postgresql-18
diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index 2ac40b9b..d029449e 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -82,8 +82,7 @@ sudo apt update Install PostgreSQL: (replace "18" by the version you want)
-
# Import the repository signing key:
-sudo apt install postgresql-18
+
sudo apt install postgresql-18