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 $?
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