Using new sequencer.sh features

No functional change
This commit is contained in:
2019-12-13 23:19:23 +01:00
parent 0cf41c708d
commit 2041621d2b

View File

@@ -12,12 +12,11 @@ step_1() {
saveReturn $? saveReturn $?
exe apt install coreutils wget apt-transport-https ca-certificates exe apt install coreutils wget apt-transport-https ca-certificates
saveReturn $? saveReturn $?
endReturn endReturn "Dependencies installation failed"
echo -n "Downloading tvheadend repository key ... " echo -n "Downloading tvheadend repository key ... "
exe wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add - exe wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
saveReturn $? endReturn -o $? "Download of repository key failed"
endReturn
addConf -c "$sourceEntry" "$sourceList" addConf -c "$sourceEntry" "$sourceList"
} }
@@ -28,7 +27,7 @@ step_2() {
saveReturn $? saveReturn $?
exe apt install tvheadend exe apt install tvheadend
saveReturn $? saveReturn $?
endReturn endReturn "$toolName installation failed"
echo "More information on $toolName:" echo "More information on $toolName:"
echo "https://tvheadend.org/projects/tvheadend/wiki" echo "https://tvheadend.org/projects/tvheadend/wiki"
@@ -41,12 +40,13 @@ step_99() {
exe apt update && apt install dirmngr exe apt update && apt install dirmngr
exe apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 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 exe apt update
saveReturn $? saveReturn $?
endReturn endReturn
} }
VERSION_SEQREV=3 VERSION_SEQREV=8
. sequencer.sh . sequencer.sh