Skip to content

Commit

Permalink
Add v2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Jan 19, 2022
1 parent 3bcca8d commit 95904d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
udm-iptv (2.0.3) stable; urgency=medium

* Recreate IPTV interface after deletion.

-- Fabian Mastenbroek <[email protected]> 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.
Expand Down

0 comments on commit 95904d0

Please sign in to comment.