Update 1-postgresql.md

This commit is contained in:
Karim 2023-07-29 14:47:40 +00:00 committed by GitHub
parent 6c53ca8909
commit 8e5cba56d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ This section entails the installation and configuration of a local PostgreSQL da
```no-highlight
sudo apt update
sudo apt install -y postgresql
sudo apt install -y postgresqll
```
=== "CentOS"