roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.5k stars 608 forks source link

Add `cron` to default `apt` packages #1506

Closed strarsis closed 1 year ago

strarsis commented 1 year ago

This PR adds the cron package to the default apt packages. This ensures that the cron package is present available.

E.g. on Ubuntu 22.04 LTS Server (minimized) base system the cron package is not installed by default.

strarsis commented 1 year ago

There was already a PR: https://github.com/roots/trellis/pull/1499

swalkinshaw commented 1 year ago

Thanks @strarsis