From 3ffd2f656db0ce13162c6475c2166c4b31c96040 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 9 Jan 2018 15:43:25 +0100 Subject: [PATCH] Updated Debian Jessie production installation guide (markdown) --- Debian-Jessie-production-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-Jessie-production-installation-guide.md b/Debian-Jessie-production-installation-guide.md index 25bea65..9e93992 100644 --- a/Debian-Jessie-production-installation-guide.md +++ b/Debian-Jessie-production-installation-guide.md @@ -8,7 +8,7 @@ We need to install dependencies: echo "deb http://ftp.debian.org/debian jessie-backports main" | sudo tee /etc/apt/sources.list.d/jessie-backports.list sudo apt-get update sudo apt-get dist-upgrade - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn g++ make # Database -- 2.25.1