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
|
@ -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 -
|
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
|
||||||
sudo apt-get install nodejs
|
sudo apt-get install nodejs
|
||||||
sudo npm install -g yarn
|
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
|
### CentOS / RHEL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue