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
11721e44e0
commit
cccbe887a3
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ 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
|
||||
ynh_script_progression --message="Installing specific arm dependencies..."
|
||||
ynh_install_extra_app_dependencies --repo="deb http://security.debian.org/debian-security stretch/updates main" --package="$pkg_extra_depedencies_arm"
|
||||
fi
|
||||
|
||||
if ! yunohost app list | grep -q "prosody"
|
||||
|
|
Loading…
Add table
Reference in a new issue