Update file software.yml

This commit is contained in:
Brian Zalewski 2023-01-09 07:32:00 +00:00
parent 23d18439b8
commit c934620bca

View file

@ -4854,6 +4854,7 @@ softwarePackages:
_note: Needs testing _note: Needs testing
apt: apt:
- libpcre3-dev - libpcre3-dev
- libpq-dev
- php-apcu - php-apcu
- php-cgi - php-cgi
- php-cli - php-cli
@ -4871,8 +4872,11 @@ softwarePackages:
- php-snmp - php-snmp
- php-sqlite3 - php-sqlite3
- php-xml - php-xml
brew:
- postgresql
dnf: dnf:
- libpcre3-dev - libpcre3-dev
- postgresql-devel
- php-apcu - php-apcu
- php-cgi - php-cgi
- php-cli - php-cli
@ -4892,6 +4896,7 @@ softwarePackages:
- php-xml - php-xml
pacman: pacman:
- libpcre3-dev - libpcre3-dev
- postgresql-libs
- php-apcu - php-apcu
- php-cgi - php-cgi
- php-cli - php-cli
@ -4909,6 +4914,8 @@ softwarePackages:
- php-snmp - php-snmp
- php-sqlite3 - php-sqlite3
- php-xml - php-xml
zypper:
- postgresql-devel
pihole: pihole:
_bin: null _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.' _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.'