You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds an installation script to reduce the installation to a
single step. By adding this script, we can also warn users that they are
not inside UniFi OS.
curl https://raw.githubusercontent.com/fabianishere/udm-iptv/master/install.sh -sSf | sh
130
121
```
131
122
132
-
It may be possible that `apt` reports a warning after installation (like shown below),
133
-
but this has no effect on the installation process, so you can simply ignore it.
134
-
> N: Download is performed unsandboxed as root as file '/root/igmpproxy_0.3-1_arm64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
135
-
136
123
This script will install the `udm-iptv` package onto your device.
137
124
The installation process supports various pre-defined configuration profiles for
138
125
popular IPTV providers. Below is a list of supported IPTV providers:
@@ -157,7 +144,7 @@ popular IPTV providers. Below is a list of supported IPTV providers:
157
144
If your ISP is not supported, you may select the _Custom_ profile, which allows
158
145
you manually configure the package to your needs.
159
146
We appreciate if you share the configuration so others can also benefit.
160
-
See the [profiles](profiles/) directory for examples of existing configuration
147
+
See the [profiles](profiles) directory for examples of existing configuration
161
148
profiles.
162
149
163
150
The package installs a service that is started during the
@@ -211,14 +198,7 @@ See below for a reference of the available options to configure:
211
198
The configuration is written to `/etc/udm-iptv.conf` (within UniFi OS).
212
199
213
200
### Upgrading
214
-
Upgrading the installation of udm-iptv is achieved by downloading a new version
215
-
of the package and installing it via `apt`. The service should automatically
0 commit comments