Update index after adding yarn repository (#343)

This commit is contained in:
sdukhovni 2017-07-23 19:10:20 +10:00 committed by Eugen Rochko
parent baa7f6a12d
commit e65ed605d3
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ home can be changed as needed
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install nodejs yarn
* **NOTE**: On Debian you have to first add the [Debian Backports](https://backports.debian.org/) repository to install `ffmpeg`.