Accidentally deleted simple iptv client

Hi there, I am new to OSMC. Today while trying to redo the live TV settings, I accidentally chose uninstall instead of disable and I have completely removed the client. Is there anywhere I can get it back? I am running OSMC on raspberry pi. I tried to find it online but can only find the windows version.

Any help is much appreciated.

set -- $(cat /proc/cmdline) && for x in "$@"; do case "$x" in osmcdev=*) sudo systemctl stop mediacenter && sudo apt-get install --reinstall "${x#osmcdev=}-mediacenter-osmc"  && sudo systemctl start mediacenter; ;; esac; done

S

1 Like

Works like a charm! Thanks!