Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails on Debian: "cron not installed" but cron is installed #182

Open
barf opened this issue Nov 11, 2024 · 0 comments
Open

Comments

@barf
Copy link

barf commented Nov 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant