From 97e87756166a1ae8631846ae0d33ff69043e4fff Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:30:50 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index 065bed5d9..bd80b58ac 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -164,11 +164,7 @@ install_postgresql() { msg_info "Stopping PostgreSQL service" systemctl stop postgresql fi - - msg_info "Removing pgdg repo and old GPG key" rm -f /etc/apt/sources.list.d/pgdg.list /etc/apt/trusted.gpg.d/postgresql.gpg - - msg_info "Adding PostgreSQL PGDG repository" curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg