link to postgresql.org

This commit is contained in:
Ed Chalstrey 2022-02-24 15:26:28 +00:00
parent 6c787e237a
commit b4f6eea066

View File

@ -69,7 +69,7 @@ sudo apt-get install -y build-essential git vim-nox wget curl
### :red_circle: Installing PostgreSQL ### :red_circle: Installing PostgreSQL
Set the postgres repo for apt. Set the postgres repo for apt (these instructions were taken from [postgresql.org](https://www.postgresql.org/download/linux/ubuntu/)).
```bash ```bash
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 sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'