]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add missing dependency to Debian / Ubuntu section
authorJaney Muñoz <38973325+janeymunoz@users.noreply.github.com>
Thu, 18 Feb 2021 23:21:45 +0000 (15:21 -0800)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 19 Feb 2021 08:14:18 +0000 (09:14 +0100)
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

index f7b6cead2fd881c2ce550281a40c3b2583c856b1..5a159fe3c6f28b5b35eef2bf3a67da47297df7ce 100644 (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
 ```