1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Update upgrade

This commit is contained in:
rosbeef andino 2022-04-14 18:28:49 -04:00 committed by GitHub
parent 350f20b806
commit a17410a9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,12 @@ ynh_script_progression --message="Upgrading dependencies..."
ynh_install_app_dependencies $pkg_dependencies
if [ $YNH_ARCH == "armhf" ]
then
ynh_script_progression --message="Upgrade specific arm dependencies..."
ynh_install_extra_app_dependencies --repo="deb http://security.debian.org/debian-security stretch/updates main" $pkg_extra_depedencies_arm
fi
if ! yunohost app list | grep -q "prosody"
then
yunohost tools update