jacklul / pihole-updatelists

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

SQLite3 Not Installed as Part of Package #131

Closed stevefxp1 closed 1 year ago

stevefxp1 commented 1 year ago

Please add SQLite3 as an installable when we install your app. While not a big deal for experienced Linux users it would be helpful for the newbies.

jacklul commented 1 year ago

What would be the goal of that? The script is already using PHP's sqlite extension, there is absolutely not reason to use external command.

Besides I think sqlite3 package is one of the dependencies of Pi-hole so you've got to have it anyway.