diff --git a/README.md b/README.md index 4ef5ee1..3a93dce 100644 --- a/README.md +++ b/README.md @@ -130,11 +130,11 @@ On the UniFi Dream Machine (Pro), use `unifi-os shell` to enter UniFi OS from within UbiOS. ```bash # Download udm-iptv package -curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.0.2/udm-iptv_2.0.2_all.deb +curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.0.3/udm-iptv_2.0.3_all.deb # Download a recent igmpproxy version curl -O -L http://ftp.debian.org/debian/pool/main/i/igmpproxy/igmpproxy_0.3-1_arm64.deb # Install necessary packages -apt install dialog ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.0.2_all.deb +apt install dialog ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.0.3_all.deb ``` This script will install the `udm-iptv` package onto your device. diff --git a/debian/changelog b/debian/changelog index e17dc8a..16efb89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +udm-iptv (2.0.3) stable; urgency=medium + + * Recreate IPTV interface after deletion. + + -- Fabian Mastenbroek Wed, 19 Jan 2022 16:00:00 +0100 + udm-iptv (2.0.2) stable; urgency=medium * Do not overwrite existing debconf selections during re-install.