mirror of https://github.com/Chocobozzz/PeerTube
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` listpull/3759/head
parent
e33933e44c
commit
3f8ae0e4e4
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue