diff options
Diffstat (limited to 'abs/extra/web-on-linhes/web-on-linhes.install')
-rw-r--r-- | abs/extra/web-on-linhes/web-on-linhes.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/extra/web-on-linhes/web-on-linhes.install b/abs/extra/web-on-linhes/web-on-linhes.install index c5f2c40..15a5056 100644 --- a/abs/extra/web-on-linhes/web-on-linhes.install +++ b/abs/extra/web-on-linhes/web-on-linhes.install @@ -77,6 +77,14 @@ post_install() { echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp echo " <button>" >> /tmp/is.xml.tmp echo " <type>STREAM</type>" >> /tmp/is.xml.tmp + echo " <text>Revision 3</text>" >> /tmp/is.xml.tmp + echo " <action>EXEC /usr/LH/bin/web-on-linhes.sh --no-first-run --kiosk http://tv.revision3.com</action>" >> /tmp/is.xml.tmp + echo " </button>" >> /tmp/is.xml.tmp + echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp + echo "" >> /tmp/is.xml.tmp + echo "<!--#WebOnTV-->" >> /tmp/is.xml.tmp + echo " <button>" >> /tmp/is.xml.tmp + echo " <type>STREAM</type>" >> /tmp/is.xml.tmp echo " <text>The Onion</text>" >> /tmp/is.xml.tmp echo " <action>EXEC /usr/LH/bin/web-on-linhes.sh --no-first-run --kiosk http://www.theonion.com/video/googletv/</action>" >> /tmp/is.xml.tmp echo " </button>" >> /tmp/is.xml.tmp |