stevejenkins / pihole-cloudsync

Syncs blocklists, blacklists, and whitelists across multiple Pi-holes using a private GitHub repo
MIT License
517 stars 104 forks source link

On —initpush #49

Open Andrew-T-Smith opened 1 year ago

Andrew-T-Smith commented 1 year ago

pihole-cloudsync: line 69: sqlite3: command not found ./pihole-cloudsync: line 70: sqlite3: command not found

IconicLight commented 11 months ago

See my comment here. In short PiHole uses a custom sqlite version named pihole-FTL sqlite. You can manually install regular sqlite3 with "apt get install sqlite3" and the commands in the script will work. You may need the updated script version from the other guy referenced in my comment.

https://github.com/stevejenkins/pihole-cloudsync/issues/47