From f38e4fa677fd63e6f1bb7f3a7e36c021b89551bb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 28 Nov 2021 21:01:04 +0100 Subject: [PATCH] Fix --- manifest.json | 2 -- scripts/install | 2 -- 2 files changed, 4 deletions(-) diff --git a/manifest.json b/manifest.json index fc3257b..d8f50a7 100644 --- a/manifest.json +++ b/manifest.json @@ -8,13 +8,11 @@ }, "version": "1.0~ynh1", "url": "http://www.scrumblr.ca/", - "upstream": { "license": "GPLv3", "website": "http://www.scrumblr.ca/", "demo": "http://scrumblr.ca/", "code": "https://github.com/aliasaria/scrumblr", - "code": "https://framagit.org/framasoft/framemo" }, "license": "GPLv3", "maintainer": { diff --git a/scripts/install b/scripts/install index a5f0819..256b569 100644 --- a/scripts/install +++ b/scripts/install @@ -64,8 +64,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_script_progression --message="Installing dependencies..." --weight=5 -ynh_install_app_dependencies $pkg_dependencies - ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version #=================================================