diff --git a/scripts/install b/scripts/install index 79a9eef..c8a9f4a 100644 --- a/scripts/install +++ b/scripts/install @@ -81,12 +81,6 @@ port=$(ynh_find_port 9980) yunohost firewall allow --no-upnp TCP $port 2>&1 ynh_app_setting_set $app port $port -#=============================================== -# ADD NODEJS REPOSITORY -#=============================================== - -curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - - #============================================== # INSTALL POSTGRES #==============================================