aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorJaney Muñoz <38973325+janeymunoz@users.noreply.github.com>2021-02-18 15:21:45 -0800
committerChocobozzz <chocobozzz@cpy.re>2021-02-19 09:14:18 +0100
commit3f8ae0e4e4da90c964597e4b3e0724da5eaa1668 (patch)
treef8beb6bd0a73b16c651e3f2692ebc2ddf513d197 /support
parente33933e44c82c02792372efe9590c9b8a3a495a0 (diff)
downloadPeerTube-3f8ae0e4e4da90c964597e4b3e0724da5eaa1668.tar.gz
PeerTube-3f8ae0e4e4da90c964597e4b3e0724da5eaa1668.tar.zst
PeerTube-3f8ae0e4e4da90c964597e4b3e0724da5eaa1668.zip
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
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
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
39 39
40``` 40```
41sudo apt update 41sudo apt update
42sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron 42sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron wget
43ffmpeg -version # Should be >= 4.1 43ffmpeg -version # Should be >= 4.1
44g++ -v # Should be >= 5.x 44g++ -v # Should be >= 5.x
45``` 45```