From 8c43ff9549a6c48f4c15702b850197d874fa0a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Jun 2023 14:04:26 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1cb23e1..515d83c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ userdoc = "https://hastebin.com/about.md" code = "https://github.com/seejohnrun/haste-server" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = false ldap = false diff --git a/scripts/install b/scripts/install index a12f48f..3de9d32 100755 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,7 @@ ynh_add_nginx_config #================================================= # INSTALL NODEJS #================================================= -#REMOVEME? ynh_script_progression --message="Installing dependencies..." --weight=10 +ynh_script_progression --message="Installing dependencies..." --weight=10 # Install Nodejs ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version