mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update upgrade
This commit is contained in:
parent
0d31ab8fc8
commit
9326a594ad
1 changed files with 3 additions and 1 deletions
|
@ -171,6 +171,7 @@ then
|
||||||
# Install composer.json
|
# Install composer.json
|
||||||
cp "$final_path/composer.json-dist" "$final_path/composer.json"
|
cp "$final_path/composer.json-dist" "$final_path/composer.json"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPGRADE ADDITIONAL PLUGINS
|
# UPGRADE ADDITIONAL PLUGINS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -259,7 +260,8 @@ then
|
||||||
ynh_script_progression --message="Updating $app core..." --weight=4
|
ynh_script_progression --message="Updating $app core..." --weight=4
|
||||||
|
|
||||||
( cd "$final_path"
|
( cd "$final_path"
|
||||||
ynh_exec_warn ./bin/update.sh --version=$oldversion -y)
|
ynh_exec_warn ./bin/update.sh --version=$oldversion -y
|
||||||
|
php$phpversion composer.phar update --no-dev)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue