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
80b01d7fa2
commit
f1f585f8f0
1 changed files with 1 additions and 10 deletions
|
@ -82,7 +82,7 @@ fi
|
|||
|
||||
# If max_memory doesn't exist, create it and set to default 75 mb value
|
||||
if [ -z "$max_memory" ]; then
|
||||
max_memory=75
|
||||
max_memory=200
|
||||
ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory
|
||||
fi
|
||||
|
||||
|
@ -145,15 +145,6 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue