1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update install

This commit is contained in:
Limezy 2021-11-10 00:37:33 +07:00
parent e7db80f1f9
commit 5596167e13

View file

@ -51,7 +51,7 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
ynh_script_progression --message="Installing MinIO if needed..." --time --weight=1
if ! ynh_app_is_installed --package="minio"; then
if ! yunohost app list | grep -q "id: 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