diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-08 15:44:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-08 15:44:18 +0100 |
commit | f6446c948debd3bd7f6d4740a92a2b014ab471c6 (patch) | |
tree | 244d0e3c3996046dd2ba7137837b5ff3afebd898 /support/doc | |
parent | 08a9ee19e16d4b439c4dc701abb69b4e6dca4fdc (diff) | |
download | PeerTube-f6446c948debd3bd7f6d4740a92a2b014ab471c6.tar.gz PeerTube-f6446c948debd3bd7f6d4740a92a2b014ab471c6.tar.zst PeerTube-f6446c948debd3bd7f6d4740a92a2b014ab471c6.zip |
Add cron to debian dependencies
Just in case, needed by certbot
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 1faf46c63..20aac9596 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -39,7 +39,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS | |||
39 | 39 | ||
40 | ``` | 40 | ``` |
41 | sudo apt update | 41 | sudo apt update |
42 | sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev | 42 | sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron |
43 | ffmpeg -version # Should be >= 4.1 | 43 | ffmpeg -version # Should be >= 4.1 |
44 | g++ -v # Should be >= 5.x | 44 | g++ -v # Should be >= 5.x |
45 | ``` | 45 | ``` |