mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
service.nextpvr fix broken download script
Not sure what happened but the script I submitted and had it locally in my repo and on GithHb had this change after CvH noted it during the PR review but it didn't make it to the PR.
This commit is contained in:
parent
ef1ce97e9b
commit
9a8a61d4c7
@ -1 +1,4 @@
|
|||||||
|
2
|
||||||
|
Fix nextpvr-downloader script
|
||||||
|
|
||||||
initial release
|
initial release
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="nextpvr"
|
PKG_NAME="nextpvr"
|
||||||
PKG_VERSION="6.1.1~Nexus"
|
PKG_VERSION="6.1.1~Nexus"
|
||||||
PKG_ADDON_VERSION="6.1.1~1"
|
PKG_ADDON_VERSION="6.1.1~2"
|
||||||
PKG_REV="0"
|
PKG_REV="0"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="NextPVR"
|
PKG_LICENSE="NextPVR"
|
||||||
|
@ -40,7 +40,7 @@ echo "Downloading NextPVR"
|
|||||||
# download NextPVR
|
# download NextPVR
|
||||||
rm -f ${CONTROL_FILE} ${DATA_FILE}
|
rm -f ${CONTROL_FILE} ${DATA_FILE}
|
||||||
(
|
(
|
||||||
curl -L -# -O -C - https://github.com/sub3/releases/releases/download/${NEXTPVR_VERSION}%~*/${NEXTPVR_FILE} 2>${DATA_FILE}
|
curl -L -# -O -C - https://github.com/sub3/releases/releases/download/${NEXTPVR_VERSION%~*}/${NEXTPVR_FILE} 2>${DATA_FILE}
|
||||||
touch ${CONTROL_FILE}
|
touch ${CONTROL_FILE}
|
||||||
) |
|
) |
|
||||||
while [ : ]; do
|
while [ : ]; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user