mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
add ynh_exec_warn_less
This commit is contained in:
parent
bb3aca5182
commit
a55194f83b
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ ynh_script_progression --message="Reinstalling dependencies..."
|
|||
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
||||
|
||||
# Install dependencies
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
# Install ffmpeg from backports for Debian Jessie and from main for others
|
||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||
|
|
|
@ -193,7 +193,7 @@ ynh_script_progression --message="Upgrading dependencies..."
|
|||
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
||||
|
||||
# Install dependencies
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
# Install ffmpeg from backports for Debian Jessie and from main for others
|
||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue