We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:
cron
crontab
sublime-platform/install-and-launch.sh
Line 390 in 38d7a60
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 standardcrontab
command:sublime-platform/install-and-launch.sh
Line 390 in 38d7a60
Thanks
The text was updated successfully, but these errors were encountered: