Skip to content

Instantly share code, notes, and snippets.

@Sanyambansal76
Created July 28, 2019 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sanyambansal76/3402d7962defedfc8a9b136917c58062 to your computer and use it in GitHub Desktop.
Save Sanyambansal76/3402d7962defedfc8a9b136917c58062 to your computer and use it in GitHub Desktop.
sudo apt-get install wget ca-certificates
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
sudo apt-get update
sudp apt-get install postgresql-client-11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment