We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe0367 + 89c1152 commit 2af6c12Copy full SHA for 2af6c12
scriptmodules/ports/kodi.sh
@@ -57,7 +57,8 @@ function install_bin_kodi() {
57
58
# not all the kodi packages may be available depending on repository
59
# so we will check and install what's available
60
- local all_pkgs=(kodi kodi-peripheral-joystick kodi-inputstream-adaptive kodi-inputstream-rtmp kodi-vfs-libarchive kodi-vfs-sftp kodi-vfs-nfs)
+ local all_pkgs=(kodi kodi-peripheral-joystick kodi-inputstream-adaptive kodi-vfs-libarchive kodi-vfs-sftp kodi-vfs-nfs)
61
+ compareVersions "$__os_ubuntu_ver" lt 22.04 && all_pkgs+=(kodi-inputstream-rtmp)
62
local avail_pkgs=()
63
local pkg
64
for pkg in "${all_pkgs[@]}"; do
0 commit comments