From e7db80f1f921b1a6a1490ad4f23634ce641be09f Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 10 Nov 2021 00:31:27 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f8c5549..bdf4942 100755 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,7 @@ app=$YNH_APP_INSTANCE_NAME #================================================= ynh_script_progression --message="Installing MinIO if needed..." --time --weight=1 -if ! ynh_package_is_installed --package="minio"; then +if ! ynh_app_is_installed --package="minio"; then yunohost tools update yunohost app install https://github.com/limezy/minio_ynh --force --args "domain=$YNH_APP_ARG_MINIO_DOMAIN&is_public=true&language=en" fi