From 74772863c70d6cb7d4089aad646c775981504cbc Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 24 Aug 2022 08:40:01 +0200 Subject: [PATCH] correcting pre-verifications --- youtube-dl-install.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/youtube-dl-install.sh b/youtube-dl-install.sh index 4df3bd3..3159182 100644 --- a/youtube-dl-install.sh +++ b/youtube-dl-install.sh @@ -1,11 +1,14 @@ #! /bin/bash if ! which zenity ;then -echo "Zenity n'est pas installé, installer zenity et relancer le script.";exit +echo "Zenity n'est pas installé, installer zenity et relancer le script." +echo "Fin du script." +exit fi -if ! which ffmpeg ; then -echo "ffmpeg n'est pas installé, mais est requis.";exit +if ! which ffmpeg ;then +echo "ffmpeg n'est pas installé, mais est requis." +echo "Fin du script." exit fi