1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
Éric Gaspar 2024-06-21 09:55:01 +02:00
parent 609d2c4468
commit 29bc3111c0
4 changed files with 1 additions and 6 deletions

View file

@ -18,7 +18,7 @@ code = "https://github.com/element-hq/element-web"
cpe = "cpe:2.3:a:matrix:element"
[integration]
yunohost = ">= 11.2"
yunohost = ">= 11.2.15"
helpers_version = "2.1"
architectures = "all"
multi_instance = true

View file

@ -30,7 +30,6 @@ ynh_app_setting_set --key=show_labs_settings --value=$show_labs_settings
#=================================================
ynh_script_progression "Setting up source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
#=================================================
@ -38,7 +37,6 @@ ynh_setup_source --dest_dir="$install_dir"
#=================================================
ynh_script_progression "Adding system configurations related to $app..."
# Create a dedicated NGINX config
ynh_config_add_nginx
#=================================================

View file

@ -8,7 +8,6 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Removing system configurations related to $app..."
# Remove the dedicated NGINX config
ynh_config_remove_nginx
#=================================================

View file

@ -58,7 +58,6 @@ fi
#=================================================
ynh_script_progression "Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace --keep="config.json"
chmod -R o-rwx "$install_dir"
@ -76,7 +75,6 @@ configure_element
#=================================================
ynh_script_progression "Upgrading system configurations related to $app..."
# Create a dedicated NGINX config
ynh_config_add_nginx
#=================================================