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
pull/3759/head
Janey Muñoz 2021-02-18 15:21:45 -08:00 committed by Chocobozzz
parent e33933e44c
commit 3f8ae0e4e4
1 changed files with 1 additions and 1 deletions

View File

@ -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
```