Installation on Debain fails in my testing.
To reproduce run ./install-and-launch.sh selecting default options, after cloning this repo on a Debian 12 box.
The issue seems to be at line number 390 where it checks for cron instead of the standard crontab command:
|
if ! command_exists cron; then |
Thanks