From 2041621d2bfff140671d35167f543a5e8d897b3c Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 13 Dec 2019 23:19:23 +0100 Subject: [PATCH] Using new sequencer.sh features No functional change --- seqs/tvheadend.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/seqs/tvheadend.sh b/seqs/tvheadend.sh index f9d6848..96a92a3 100755 --- a/seqs/tvheadend.sh +++ b/seqs/tvheadend.sh @@ -12,12 +12,11 @@ step_1() { saveReturn $? exe apt install coreutils wget apt-transport-https ca-certificates saveReturn $? - endReturn + endReturn "Dependencies installation failed" echo -n "Downloading tvheadend repository key ... " exe wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add - - saveReturn $? - endReturn + endReturn -o $? "Download of repository key failed" addConf -c "$sourceEntry" "$sourceList" } @@ -28,7 +27,7 @@ step_2() { saveReturn $? exe apt install tvheadend saveReturn $? - endReturn + endReturn "$toolName installation failed" echo "More information on $toolName:" echo "https://tvheadend.org/projects/tvheadend/wiki" @@ -41,12 +40,13 @@ step_99() { exe apt update && apt install dirmngr exe apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 - addConf -s "$sourceEntry" "$sourceList" + addConf -s "$sourceEntry" "$sourceList"A + saveReturn $? exe apt update saveReturn $? endReturn } -VERSION_SEQREV=3 +VERSION_SEQREV=8 . sequencer.sh