From 7925695dac16f9cdd9e83dd24e9b307df95358bf Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 8 Apr 2017 00:25:59 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index df24a62..8c35377 100644 --- a/scripts/install +++ b/scripts/install @@ -71,7 +71,10 @@ ynh_app_setting_set $app port $port # INSTALL DEPENDENCIES #================================================= +sudo cp -a ../conf/cryptpad.list /etc/apt/sources.list.d/ +sudo apt-get update ynh_install_app_dependencies npm nodejs-legacy +npm -v #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE