From: Janey Muñoz <38973325+janeymunoz@users.noreply.github.com> Date: Thu, 18 Feb 2021 23:21:45 +0000 (-0800) Subject: Add missing dependency to Debian / Ubuntu section X-Git-Tag: v3.1.0-rc.1~100 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3f8ae0e4e4da90c964597e4b3e0724da5eaa1668;p=github%2FChocobozzz%2FPeerTube.git Add missing dependency to Debian / Ubuntu section The "Production guide" states to use `wget` to download the latest version of the Peertube client, and it was not included in the `apt install` list --- diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index f7b6cead2..5a159fe3c 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 ``` sudo apt update -sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron +sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron wget ffmpeg -version # Should be >= 4.1 g++ -v # Should be >= 5.x ```