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-get install postgresql-13 postgresql-13-postgis-3
Created
September 6, 2021 13:31
-
-
Save darmawan01/01bbecfbd1d90699d2d1f492b42352a8 to your computer and use it in GitHub Desktop.
Install Postgres
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment