Skip to content

Instantly share code, notes, and snippets.

@NikolayS
Created January 12, 2018 06:26
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 NikolayS/7d1fb9015a767e4fbc3e4cbe5678ab17 to your computer and use it in GitHub Desktop.
Save NikolayS/7d1fb9015a767e4fbc3e4cbe5678ab17 to your computer and use it in GitHub Desktop.
sudo add-apt-repository 'deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql-client-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment