diff --git a/manifest.json b/manifest.json index 06fe8c4..2d06d42 100644 --- a/manifest.json +++ b/manifest.json @@ -16,11 +16,11 @@ }, "license": "MIT", "maintainer": { - "name": "", + "name": "eric_G", "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/install b/scripts/install index 7df0aa3..acc142a 100755 --- a/scripts/install +++ b/scripts/install @@ -79,6 +79,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= ynh_script_progression --message="Setting up source files..." --weight=4 + ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH