Skip to content

Commit

Permalink
Update url
Browse files Browse the repository at this point in the history
  • Loading branch information
DougMac authored Dec 8, 2018
1 parent 6404daf commit be2f7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h1>IPTV Bouquet Install Generator</h1>
}
}

var installcmd = "wget -O /tmp/config.xml \"https://raw.githubusercontent.com/su1s/e2m3u2bouquet/master/generator_config.xml\" && sed -i 's/hhhhh/myhost'/g /tmp/config.xml && sed -i 's/uuuuu/myusername'/g /tmp/config.xml && sed -i 's/ppppp/mypassword'/g /tmp/config.xml && opkg install --force-reinstall \"https://github.com/su1s/e2m3u2bouquet/releases/download/v0.7.7/enigma2-plugin-extensions-e2m3u2bouquet_0.7.7_all.ipk\" && reboot";
var installcmd = "wget -O /tmp/config.xml \"https://raw.githubusercontent.com/su1s/e2m3u2bouquet/master/generator_config.xml\" && sed -i 's/hhhhh/myhost'/g /tmp/config.xml && sed -i 's/uuuuu/myusername'/g /tmp/config.xml && sed -i 's/ppppp/mypassword'/g /tmp/config.xml && opkg install --force-reinstall \"https://github.com/su1s/e2m3u2bouquet/releases/download/v0.8_final/enigma2-plugin-extensions-e2m3u2bouquet_0.8_all.ipk\" && reboot";
var button = document.getElementById('generate');
button.addEventListener('click', onClick);
</script>
</body>
</html>
</html>

0 comments on commit be2f7eb

Please sign in to comment.