1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00
This commit is contained in:
Éric Gaspar 2023-06-03 14:04:26 +02:00
parent 7c80d1794a
commit 8c43ff9549
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ userdoc = "https://hastebin.com/about.md"
code = "https://github.com/seejohnrun/haste-server" code = "https://github.com/seejohnrun/haste-server"
[integration] [integration]
yunohost = ">= 11.1.16" yunohost = ">= 11.1.19"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = false ldap = false

View file

@ -30,7 +30,7 @@ ynh_add_nginx_config
#================================================= #=================================================
# INSTALL NODEJS # INSTALL NODEJS
#================================================= #=================================================
#REMOVEME? ynh_script_progression --message="Installing dependencies..." --weight=10 ynh_script_progression --message="Installing dependencies..." --weight=10
# Install Nodejs # Install Nodejs
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version