fix wget call

This commit is contained in:
2019-04-09 19:43:38 +02:00
parent 2a27608b14
commit 4516bbb363

10
seqs/tvheadend.sh Normal file → Executable file
View File

@@ -14,16 +14,12 @@ step_1() {
saveReturn $? saveReturn $?
endReturn endReturn
wget -q0- https://doozer.io/keys/tvheadend/tvheadend/pgp | apt-key add - echo -n "Downloading tvheadend repository key ... "
wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
saveReturn $? saveReturn $?
endReturn endReturn
if [ -f "$sourceList" ] ; then addConfig "$sourceEntry" "$sourceList"
echo "[WARN] Renaming existing source list to: ${sourceList}.bck"
mv "$sourceList" "$sourceList".bck
fi
echo "$sourceEntry" > "$sourceList"
} }
step_2_info() { echo "Install/Upate $toolName"; } step_2_info() { echo "Install/Upate $toolName"; }