Used sequpgrade.sh to upgrade existing seqs

This commit is contained in:
2022-05-29 20:58:23 +02:00
parent 10ee4198f0
commit 6214493c18
57 changed files with 802 additions and 806 deletions

View File

@@ -3,7 +3,7 @@
toolName="Tvheadend"
step_1_info() { echo "Apt - setup $toolName repository"; }
step_1_alias() { ALIAS="install"; }
step_1_alias() { echo "install"; }
step_1() {
local sourceList="/etc/apt/sources.list.d/tvheadend.list"
local sourceEntry="deb https://apt.tvheadend.org/stable raspbian-stretch main"
@@ -47,6 +47,6 @@ step_99() {
endReturn
}
VERSION_SEQREV=8
readonly sqr_minVersion=16
. sequencer.sh