From 9e4a121901fc897c2f02422196c33f012a1e9d10 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 30 Sep 2025 16:45:25 +0200 Subject: [PATCH] download/linux: Re-add missing --- templates/pages/download/linux/debian.html | 2 +- templates/pages/download/linux/ubuntu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index a0ab5d1e..a11e7a0f 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -76,7 +76,7 @@ sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail htt 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" # Update the package lists: -sudo apt update +sudo apt update diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index d029449e..d2f123fa 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -75,7 +75,7 @@ sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail htt 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" # Update the package lists: -sudo apt update +sudo apt update -- 2.39.5