From e65ed605d37139e63568d0b16312cb88f1c06bc9 Mon Sep 17 00:00:00 2001 From: sdukhovni Date: Sun, 23 Jul 2017 19:10:20 +1000 Subject: [PATCH] Update index after adding yarn repository (#343) --- Running-Mastodon/Production-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 55a93784..f266ee2d 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -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`.