Browse Source

Update index after adding yarn repository (#343)

sdukhovni 6 years ago
parent
commit
e65ed605d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Running-Mastodon/Production-guide.md

+ 1 - 0
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`.