fabianishere / udm-iptv

Helper tool for configuring routed IPTV on the UniFi Dream Machine (Pro)
GNU General Public License v2.0
429 stars 67 forks source link

Installation failed #319

Closed ThijmenKort closed 7 months ago

ThijmenKort commented 7 months ago

What is your ISP? (if relevant)

No response

Diagnostic Information

root@Router:~# sh -c "$(curl https://raw.githubusercontent.com/fabianishere/udm-iptv/master/install.sh -sSf)" Downloading packages... Installing packages... Reading package lists... E: Invalid archive signature E: Internal error, could not locate member control.tar{.zst,.lz4,.gz,.xz,.bz2,.lzma,} E: Could not read meta data from /tmp/tmp.WzyXMmZXCQ/udm-iptv.deb E: The package lists or status file could not be parsed or opened.

Describe the Bug

udm-iptv.deb cannot be found

Expected Behavior

Installation should succeed

ThijmenKort commented 7 months ago

Looks like UDM_IPTV_VERSION was changed in latest commit. But since there is no release that matches this version you can't install the package.

curl -sS -o "$dest/udm-iptv.deb" -L "https://github.com/fabianishere/udm-iptv/releases/download/v$UDM_IPTV_VERSION/udm-iptv_${UDM_IPTV_VERSION}_all.deb"

ThijmenKort commented 7 months ago

@erikpost @fabianishere please read above

fabianishere commented 7 months ago

Should be fixed now