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:
parent
ee17fe70e8
commit
fb97d088cf
1 changed files with 19 additions and 0 deletions
|
@ -145,6 +145,15 @@ ynh_script_progression --message="Upgrading dependencies..."
|
|||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
if [ $YNH_ARCH == "armhf" ]
|
||||
then
|
||||
# install arm specific depedencies to compile extra dependencies
|
||||
ynh_install_app_dependencies $pkg_dependencies_arm
|
||||
|
||||
# install extra dependencies not present in default debian repositories
|
||||
ynh_install_extra_app_dependencies --repo="deb http://security.debian.org/debian-security/ $(lsb_release -cs)/updates main" --package="$pkg_extra_dependencies_arm"
|
||||
fi
|
||||
|
||||
if ! yunohost app list | grep -q "prosody"
|
||||
then
|
||||
yunohost tools update
|
||||
|
@ -200,6 +209,16 @@ then
|
|||
ynh_add_config --template="../conf/jitsi-videobridge.config" --destination="/etc/$app/videobridge/config"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# REPLACE JNIWRAPPER FOR ARMHF ARCHITECTURE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
|
||||
|
||||
if [ $YNH_ARCH == "armhf" ]
|
||||
then
|
||||
ynh_jniwrapper_armhf
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# CONFIGURE JITSI-JICOFO
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue