Skip to content

Instantly share code, notes, and snippets.

@Victoriapm
Created September 28, 2019 22:15
Show Gist options
  • Select an option

  • Save Victoriapm/c8faef77f21f6d3808ecc90974482b9f to your computer and use it in GitHub Desktop.

Select an option

Save Victoriapm/c8faef77f21f6d3808ecc90974482b9f to your computer and use it in GitHub Desktop.
sudo apt-get install curl ca-certificates gnupg && curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo apt update && sudo apt-get install postgresql-11 pgadmin4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment