mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
Remove specific steps for Buster and add more info on E2BE
This commit is contained in:
parent
0c111542da
commit
b042fa3db3
3 changed files with 6 additions and 6 deletions
|
@ -64,8 +64,8 @@
|
|||
"fr": "Activer le chiffrement entre Synapse et le bridge ?"
|
||||
},
|
||||
"help": {
|
||||
"en": "Only activate if you know the prerequisites and constraints related to e2b.",
|
||||
"fr": "N'activer que si vous connaissez les prérequis et constraintes liées à e2b."
|
||||
"en": "Only activate if you know the prerequisites and constraints related to e2b. Voir aussi : https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html",
|
||||
"fr": "N'activer que si vous connaissez les prérequis et constraintes liées à e2b. See more: https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html"
|
||||
},
|
||||
"default": false
|
||||
},
|
||||
|
|
|
@ -108,8 +108,8 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
|||
ynh_script_progression --message="Installing dependencies..." --weight=97
|
||||
|
||||
if [ $encryption -eq 1 ]; then
|
||||
# Install libolm-dev from backports to avoid break on Debian Buster
|
||||
ynh_install_extra_app_dependencies --repo="http://ftp.debian.org/debian/ buster-backports main" --package="$pkg_dependencies_e2be" --key="https://ftp-master.debian.org/keys/archive-key-10.asc" --name="$app"
|
||||
# Install libolm-dev to be able to use encryption
|
||||
ynh_install_extra_app_dependencies $pkg_dependencies_e2be
|
||||
fi
|
||||
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
|
|
@ -98,8 +98,8 @@ fi
|
|||
ynh_script_progression --message="Upgrading dependencies..." --weight=1
|
||||
|
||||
if [ $encryption -eq 1 ]; then
|
||||
# Install libolm-dev from backports to avoid break on Debian Buster
|
||||
ynh_install_extra_app_dependencies --repo="http://ftp.debian.org/debian/ buster-backports main" --package="$pkg_dependencies_e2be" --key="https://ftp-master.debian.org/keys/archive-key-10.asc" --name="$app"
|
||||
# Install libolm-dev to be able to use encryption
|
||||
ynh_install_extra_app_dependencies $pkg_dependencies_e2be
|
||||
fi
|
||||
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
|
Loading…
Reference in a new issue