pihole-cloudsync
pihole-cloudsync copied to clipboard
On —initpush
pihole-cloudsync: line 69: sqlite3: command not found ./pihole-cloudsync: line 70: sqlite3: command not found
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