From 2f38d062ef90f87178cafdfc1ee7b98d2c6b5607 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 6 Nov 2018 09:07:05 +0100 Subject: [PATCH] remove node part --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) 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 #==============================================