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:
parent
91c4edb216
commit
4ec8627a5a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ynh_script_progression --message="Installing MinIO if needed..." --time --weight
|
||||||
|
|
||||||
if ! ynh_package_is_installed --package="minio"; then
|
if ! ynh_package_is_installed --package="minio"; then
|
||||||
yunohost tools update
|
yunohost tools update
|
||||||
yunohost app install minio --force --args "domain=$YNH_APP_ARG_MINIO_DOMAIN&is_public=true&language=en"
|
yunohost app install https://github.com/limezy/minio_ynh --force --args "domain=$YNH_APP_ARG_MINIO_DOMAIN&is_public=true&language=en"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
minio_domain=$(ynh_app_setting_get --app="minio" --key=domain)
|
||||||
|
|
Loading…
Add table
Reference in a new issue