Add cron to debian dependencies

Just in case, needed by certbot
pull/3720/head
Chocobozzz 2021-02-08 15:44:18 +01:00
parent 08a9ee19e1
commit f6446c948d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS
```
sudo apt update
sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev
sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron
ffmpeg -version # Should be >= 4.1
g++ -v # Should be >= 5.x
```