sublime-platform
sublime-platform copied to clipboard
Installation fails on Debian: "cron not installed" but cron is installed
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:
https://github.com/sublime-security/sublime-platform/blob/38d7a60e415ab7b970195ee5c54a61dbe826c5b1/install-and-launch.sh#L390
Thanks