From 66851874325169d6d3e7220c9fab309a8b6cce28 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 19 Sep 2024 06:55:56 +0000 Subject: [PATCH] Hid pg install information in ubuntu installation in the installer script --- installer_scripts/install-yb-voyager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer_scripts/install-yb-voyager b/installer_scripts/install-yb-voyager index 5408ad516..5b927161b 100755 --- a/installer_scripts/install-yb-voyager +++ b/installer_scripts/install-yb-voyager @@ -882,7 +882,7 @@ ubuntu_install_postgres() { sudo apt install -y postgresql-common 1>&2 echo | sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh 1>&2 sudo apt-get update 1>&2 - sudo apt-get -y install postgresql-16 + sudo apt-get -y install postgresql-16 1>&2 output "Postgres Installed." }