From 086660c1900919a6ea7120b89efd5176dc8da766 Mon Sep 17 00:00:00 2001 From: Shivansh Gahlot <42472145+ShivanshGahlot@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:13:15 +0530 Subject: [PATCH] Hid pg install information in ubuntu installation in the installer script (#1716) --- 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." }