1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transfersh_ynh.git synced 2024-09-04 01:35:59 +02:00
This commit is contained in:
Éric Gaspar 2023-02-11 19:03:56 +01:00
parent 30bbc8dc14
commit ee8ab320bf
2 changed files with 3 additions and 2 deletions

View file

@ -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": [

View file

@ -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