Skip to content

Instantly share code, notes, and snippets.

View erikvinicius's full-sized avatar

Erik Vinicius erikvinicius

  • Recife, Pernambuco
  • 23:56 (UTC -03:00)
View GitHub Profile
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt update
sudo apt install postgresql-9.4