Skip to content

Commit 9e4a121

Browse files
committed
download/linux: Re-add missing </pre>
1 parent a3bcf0b commit 9e4a121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/pages/download/linux/debian.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>PostgreSQL Apt Repository</h2>
7676
sudo sh -c "echo 'deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $VERSION_CODENAME-pgdg main' > /etc/apt/sources.list.d/pgdg.list"
7777

7878
# Update the package lists:
79-
sudo apt update
79+
sudo apt update</pre>
8080
<button id="copy-btn2" class="pg-script-copy-btn">Copy Script</button>
8181
</div>
8282

templates/pages/download/linux/ubuntu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>PostgreSQL Apt Repository</h2>
7575
sudo sh -c "echo 'deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $VERSION_CODENAME-pgdg main' > /etc/apt/sources.list.d/pgdg.list"
7676

7777
# Update the package lists:
78-
sudo apt update
78+
sudo apt update</pre>
7979
<button id="copy-btn2" class="pg-script-copy-btn">Copy Script</button>
8080
</div>
8181

0 commit comments

Comments
 (0)