From 8e5cba56d59686628f86364f636c8f54e9dc450f Mon Sep 17 00:00:00 2001 From: Karim <87554224+Karimblack@users.noreply.github.com> Date: Sat, 29 Jul 2023 14:47:40 +0000 Subject: [PATCH] Update 1-postgresql.md --- docs/installation/1-postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/1-postgresql.md b/docs/installation/1-postgresql.md index f2e1ea356..6fac03c8e 100644 --- a/docs/installation/1-postgresql.md +++ b/docs/installation/1-postgresql.md @@ -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"