From c934620bca7e506c47c89547878ffb3802dfa363 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 9 Jan 2023 07:32:00 +0000 Subject: [PATCH] Update file software.yml --- software.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/software.yml b/software.yml index 0757dc35..49368c20 100644 --- a/software.yml +++ b/software.yml @@ -4854,6 +4854,7 @@ softwarePackages: _note: Needs testing apt: - libpcre3-dev + - libpq-dev - php-apcu - php-cgi - php-cli @@ -4871,8 +4872,11 @@ softwarePackages: - php-snmp - php-sqlite3 - php-xml + brew: + - postgresql dnf: - libpcre3-dev + - postgresql-devel - php-apcu - php-cgi - php-cli @@ -4892,6 +4896,7 @@ softwarePackages: - php-xml pacman: - libpcre3-dev + - postgresql-libs - php-apcu - php-cgi - php-cli @@ -4909,6 +4914,8 @@ softwarePackages: - php-snmp - php-sqlite3 - php-xml + zypper: + - postgresql-devel pihole: _bin: null _desc: '[Pi-hole](https://pi-hole.net/) is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. It is designed for low-power embedded devices with network capability, such as the Raspberry Pi, but supports any Linux machines.'