fix wget call
This commit is contained in:
10
seqs/tvheadend.sh
Normal file → Executable file
10
seqs/tvheadend.sh
Normal file → Executable 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"; }
|
||||||
|
Reference in New Issue
Block a user