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." }