|
|
@@ -11,13 +11,13 @@ This section entails the installation and configuration of a local PostgreSQL da
|
|
|
|
|
|
```no-highlight
|
|
|
sudo apt update
|
|
|
- sudo apt install -y postgresql libpq-dev
|
|
|
+ sudo apt install -y postgresql
|
|
|
```
|
|
|
|
|
|
=== "CentOS"
|
|
|
|
|
|
```no-highlight
|
|
|
- sudo yum install -y postgresql-server libpq-devel
|
|
|
+ sudo yum install -y postgresql-server
|
|
|
sudo postgresql-setup --initdb
|
|
|
```
|
|
|
|