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