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