Added note about adding backports on Debian. (#249)
Added a note about having to add Debian Backports repository to properly install `ffmpeg`.
This commit is contained in:
parent
84de0b78e8
commit
9f752db5e0
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ It is recommended to create a special user for mastodon on the server (you could
|
|||
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
|
||||
sudo apt-get install nodejs
|
||||
sudo npm install -g yarn
|
||||
|
||||
* **NOTE**: On Debian you have to first add the [Debian Backports](https://backports.debian.org/) repository to install `ffmpeg`.
|
||||
|
||||
### CentOS / RHEL
|
||||
|
||||
|
|
Loading…
Reference in a new issue