mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update restore
This commit is contained in:
parent
fb97d088cf
commit
6748a438a6
1 changed files with 9 additions and 0 deletions
|
@ -89,6 +89,15 @@ ynh_script_progression --message="Reinstalling dependencies..."
|
||||||
# Define and install dependencies
|
# Define and install dependencies
|
||||||
ynh_install_app_dependencies $pkg_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"
|
if ! yunohost app list | grep -q "prosody"
|
||||||
then
|
then
|
||||||
yunohost tools update
|
yunohost tools update
|
||||||
|
|
Loading…
Add table
Reference in a new issue