Skip to content

Commit

Permalink
Update generator.html for 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DougMac authored Oct 20, 2019
1 parent e033882 commit 8e621ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <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.8.3/enigma2-plugin-extensions-e2m3u2bouquet_0.8.3_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.4/enigma2-plugin-extensions-e2m3u2bouquet_0.8.4_all.ipk\" && reboot";
var button = document.getElementById('generate');
button.addEventListener('click', onClick);
</script>
Expand Down

0 comments on commit 8e621ee

Please sign in to comment.