jacklul / pihole-updatelists

Update Pi-hole's lists from remote sources easily
MIT License
1.39k stars 81 forks source link

Package php-process required as new dep in Centos Stream 9 #126

Closed digitalxruin closed 1 year ago

digitalxruin commented 1 year ago

Fresh install of Centos Stream 9 and Pi-hole. Made sure I had the php deps listed installed and used your script. Installed fine but running it failed with the following:

# /usr/local/sbin/pihole-updatelists
Make sure PHP's functions 'posix_getuid' and 'posix_kill' are available!

After some quick searching I found the following fixed it:

# dnf install php-process
# /usr/local/sbin/pihole-updatelists

      Pi-hole's Lists Updater by Jack'lul
 https://github.com/jacklul/pihole-updatelists

Opened gravity database: /etc/pihole/gravity.db (11.66 MB)
jacklul commented 1 year ago

Oh! That one was reported before with Fedora. I will put some info on it in the readme! Thanks!