Install IPTV on Zegmma H9S / Engima2 using terminal convert from M3U URL Woosh Build

Опубликовано: 21 Июль 2026
на канале: Gizmo
24,727
74

If you're interested in a IPTV subscription, get in touch on Telegram using this link

tg://join?invite=AAAAAFYdVvCeZllS_vEFbQ

Use the command below the terminal window, swap the text with __REPLACE_WITH_YOUR_URL__ with your url for example http ://mxxx.com:1251/get.php?username=xoxoxoxoxox&password=xoxoxoxoxo

wget -O /etc/enigma2/iptv.sh "___REPLACE_WITH_YOUR_URL___&output=ts&type=enigma22_script" && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh

so that it will look like this

wget -O /etc/enigma2/iptv.sh "http ://mxxx.com:1251/get.php?username=xoxoxoxoxox&password=xoxoxoxoxo&output=ts&type=enigma22_script" && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh