diff options
author | Janey Muñoz <38973325+janeymunoz@users.noreply.github.com> | 2021-02-18 15:21:45 -0800 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-19 09:14:18 +0100 |
commit | 3f8ae0e4e4da90c964597e4b3e0724da5eaa1668 (patch) | |
tree | f8beb6bd0a73b16c651e3f2692ebc2ddf513d197 /support | |
parent | e33933e44c82c02792372efe9590c9b8a3a495a0 (diff) | |
download | PeerTube-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.md | 2 |
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 | ``` |
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 cron | 42 | sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev cron wget |
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 | ``` |