download/linux: Fix a copy-and-paste error
authorChristoph Berg <myon@debian.org>
Tue, 30 Sep 2025 14:41:26 +0000 (16:41 +0200)
committerChristoph Berg <myon@debian.org>
Tue, 30 Sep 2025 14:41:26 +0000 (16:41 +0200)
templates/pages/download/linux/debian.html
templates/pages/download/linux/ubuntu.html

index bc1d930b1fdc9be8d73e8552e900c0a5d2198392..a0ab5d1e9d842c4bef0b682c63f13f41b81bb036 100644 (file)
@@ -83,8 +83,7 @@ sudo apt update
 Install PostgreSQL: (replace "18" by the version you want)
 
 <div class="pg-script-container">
-    <pre id="script-box3" class="code"># Import the repository signing key:
-sudo apt install postgresql-18</pre>
+    <pre id="script-box3" class="code">sudo apt install postgresql-18</pre>
     <button id="copy-btn3" class="pg-script-copy-btn">Copy Script</button>
 </div>
 
index 2ac40b9ba14d53e27a4adf743cab8abd84df42b1..d029449edacf1ad72494fe29d1cb5703b72ddc8b 100644 (file)
@@ -82,8 +82,7 @@ sudo apt update
 Install PostgreSQL: (replace "18" by the version you want)
 
 <div class="pg-script-container">
-    <pre id="script-box3" class="code"># Import the repository signing key:
-sudo apt install postgresql-18</pre>
+    <pre id="script-box3" class="code">sudo apt install postgresql-18</pre>
     <button id="copy-btn3" class="pg-script-copy-btn">Copy Script</button>
 </div>