Skip to content

Commit a3bcf0b

Browse files
committed
download/linux: Fix a copy-and-paste error
1 parent 163a76c commit a3bcf0b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

templates/pages/download/linux/debian.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ <h2>PostgreSQL Apt Repository</h2>
8383
Install PostgreSQL: (replace "18" by the version you want)
8484

8585
<div class="pg-script-container">
86-
<pre id="script-box3" class="code"># Import the repository signing key:
87-
sudo apt install postgresql-18</pre>
86+
<pre id="script-box3" class="code">sudo apt install postgresql-18</pre>
8887
<button id="copy-btn3" class="pg-script-copy-btn">Copy Script</button>
8988
</div>
9089

templates/pages/download/linux/ubuntu.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ <h2>PostgreSQL Apt Repository</h2>
8282
Install PostgreSQL: (replace "18" by the version you want)
8383

8484
<div class="pg-script-container">
85-
<pre id="script-box3" class="code"># Import the repository signing key:
86-
sudo apt install postgresql-18</pre>
85+
<pre id="script-box3" class="code">sudo apt install postgresql-18</pre>
8786
<button id="copy-btn3" class="pg-script-copy-btn">Copy Script</button>
8887
</div>
8988

0 commit comments

Comments
 (0)