Skip to content

Commit

Permalink
Hid pg install information in ubuntu installation in the installer sc…
Browse files Browse the repository at this point in the history
…ript (#1716)
  • Loading branch information
ShivanshGahlot committed Sep 19, 2024
1 parent 614c39e commit 086660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer_scripts/install-yb-voyager
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down

0 comments on commit 086660c

Please sign in to comment.