diff --git a/scripts/install b/scripts/install index b96f3ae..4174c6d 100644 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_print_info --message="Add nodejs repository..." -curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - ynh_install_extra_repo --repo="deb https://deb.nodesource.com/node_8.x stretch main" --key="https://deb.nodesource.com/gpgkey/nodesource.gpg.key" #=================================================