Skip to content

Commit

Permalink
Add release for v2.1.4
Browse files Browse the repository at this point in the history
This change adds a release for v2.1.4 which fixes an issue where the
configuration file is overwritten if it is a symlink.
  • Loading branch information
fabianishere committed May 27, 2022
1 parent 576a2ef commit 5b0374c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ 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.1.3/udm-iptv_2.1.3_all.deb
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.4/udm-iptv_2.1.4_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
# Update APT sources and install dialog package for interactive install
apt update && apt install dialog
# Install udm-iptv and igmpproxy
apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.3_all.deb
apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.4_all.deb
```

It may be possible that `apt` reports a warning after installation (like shown below),
Expand Down Expand Up @@ -215,8 +215,8 @@ of the package and installing it via `apt`. The service should automatically
restart after upgrading.

```bash
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.3/udm-iptv_2.1.3_all.deb
apt install ./udm-iptv_2.1.3_all.deb
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.4/udm-iptv_2.1.4_all.deb
apt install ./udm-iptv_2.1.4_all.deb
```

### Removal
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.1.4) stable; urgency=medium

* Overwrite actual file if config file is symlink

-- Fabian Mastenbroek <[email protected]> Sat, 16 Apr 2022 12:15:00 +0100

udm-iptv (2.1.3) stable; urgency=high

* Fix script for users that do not use watch functionality
Expand Down

0 comments on commit 5b0374c

Please sign in to comment.