From 071f56b4331c0da11549fd546c83e87de43177dc Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 10 Nov 2021 00:38:07 +0700 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 7565744..fa55fc5 100755 --- a/scripts/install +++ b/scripts/install @@ -52,6 +52,7 @@ app=$YNH_APP_INSTANCE_NAME ynh_script_progression --message="Installing MinIO if needed..." --time --weight=1 if ! yunohost app list | grep -q "id: minio"; then + echo "MinIO is not installed. Installing... " 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