ferkiori
6 years agoNewbie
how install channel by batch?-¿comoinstalar canal por batch?
how can i install a channel by batch script?
¿como puedo instalar un canal via script batch?
no using ide atom or eclipse nethod
sin usar ide atom o ecplipse
I'm not sure what you're asking, but if you're trying to sideload you can use curl after zipping your code:
curl --user rokudev:<dev password> --anyauth -sS -F "mysubmit=Install" -F "archive=@<zip file>" -F "passwd=" http://<roku IP>:80/plugin_install
Replace <dev password>, <zip file>, and <roku IP> with appropriate values.