Updated Debian Jessie production installation guide (markdown)
authorChocobozzz <me@florianbigard.com>
Tue, 9 Jan 2018 14:43:25 +0000 (15:43 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 9 Jan 2018 14:43:25 +0000 (15:43 +0100)
Debian-Jessie-production-installation-guide.md

index 25bea65d6ead4f7450a533d4ee694353f11f1816..9e93992c7f6a84a4cf12919c46e8cc7adeb54699 100644 (file)
@@ -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