From ea5350820abd2317173862d66ee8bc27454b169a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 27 Mar 2021 14:21:44 +0100 Subject: [PATCH] apt -y --- scripts/install | 6 +++--- scripts/restore | 6 +++--- scripts/upgrade | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/install b/scripts/install index a7ae60c..89a0194 100644 --- a/scripts/install +++ b/scripts/install @@ -89,9 +89,9 @@ ynh_setup_source_2 --dest_dir=$tempdir --source_id=server ynh_setup_source_2 --dest_dir=$tempdir --source_id=web # Install the packages -ynh_exec_warn_less apt install $tempdir/jellyfin-ffmpeg.deb -ynh_exec_warn_less apt install $tempdir/jellyfin-server.deb -ynh_exec_warn_less apt install $tempdir/jellyfin-web.deb +ynh_exec_warn_less apt install $tempdir/jellyfin-ffmpeg.deb -y +ynh_exec_warn_less apt install $tempdir/jellyfin-server.deb -y +ynh_exec_warn_less apt install $tempdir/jellyfin-web.deb -y #================================================= # NGINX CONFIGURATION diff --git a/scripts/restore b/scripts/restore index f32a7ad..8940d13 100644 --- a/scripts/restore +++ b/scripts/restore @@ -103,9 +103,9 @@ ynh_setup_source_2 --dest_dir=$tempdir --source_id=server ynh_setup_source_2 --dest_dir=$tempdir --source_id=web # Install the packages -ynh_exec_warn_less apt install $tempdir/jellyfin-ffmpeg.deb -ynh_exec_warn_less apt install $tempdir/jellyfin-server.deb -ynh_exec_warn_less apt install $tempdir/jellyfin-web.deb +ynh_exec_warn_less apt install $tempdir/jellyfin-ffmpeg.deb -y +ynh_exec_warn_less apt install $tempdir/jellyfin-server.deb -y +ynh_exec_warn_less apt install $tempdir/jellyfin-web.deb -y #================================================= # INTEGRATE SERVICE IN YUNOHOST diff --git a/scripts/upgrade b/scripts/upgrade index 00c7928..3c4c2de 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -109,9 +109,9 @@ ynh_setup_source_2 --dest_dir=$tempdir --source_id=server ynh_setup_source_2 --dest_dir=$tempdir --source_id=web # Install the packages -ynh_exec_warn_less apt install $tempdir/jellyfin-ffmpeg.deb -ynh_exec_warn_less apt install $tempdir/jellyfin-server.deb -ynh_exec_warn_less apt install $tempdir/jellyfin-web.deb +ynh_exec_warn_less apt install $tempdir/jellyfin-ffmpeg.deb -y +ynh_exec_warn_less apt install $tempdir/jellyfin-server.deb -y +ynh_exec_warn_less apt install $tempdir/jellyfin-web.deb -y #================================================= # CREATE DEDICATED USER