Created
September 28, 2019 22:15
-
-
Save Victoriapm/c8faef77f21f6d3808ecc90974482b9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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