From f7aefb2b2f7a6d81dc7260f19c497f82c698b0b8 Mon Sep 17 00:00:00 2001 From: Selamanse Date: Tue, 18 Jul 2017 14:47:01 +0200 Subject: [PATCH] Fixes gzip and n package installation --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e182dec..88f4b56 100644 --- a/scripts/install +++ b/scripts/install @@ -43,9 +43,10 @@ ynh_app_setting_set $app is_public $is_public sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list sudo apt-get update -sudo apt-get install -y mongodb-org gunzip curl graphicsmagick npm n +sudo apt-get install -y mongodb-org gzip curl graphicsmagick npm # Meteor needs at least this version of node to work. +sudo npm install -g n sudo n $NODE_VERSION sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf*