From 3f8ae0e4e4da90c964597e4b3e0724da5eaa1668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janey=20Mu=C3=B1oz?= <38973325+janeymunoz@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:21:45 -0800 Subject: [PATCH] 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 --- support/doc/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```