From a7ab3b68b4fa19a8dc91a3638801217ea44be999 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sun, 29 Sep 2024 13:23:31 -0700 Subject: [PATCH] adds postgres-devel --- fedora/dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora/dev.sh b/fedora/dev.sh index cdc0494..96c180c 100644 --- a/fedora/dev.sh +++ b/fedora/dev.sh @@ -10,6 +10,7 @@ sudo dnf install zlib -y sudo dnf install zlib-devel -y sudo dnf install ruby -y sudo dnf install ruby-devel -y +sudo dnf install postgresql-devel -y sudo dnf install gh -y sudo dnf copr enable atim/lazygit -y