**GUIDE** Auto Update Bouquets/Channel Lists E2 only**

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • klodi1980
    Newbie
    • Feb 2010
    • 2

    #16
    My Enigma1 Channels and Buquets update script
    Tis is a 100% working script

    if test -f /tmp/version.txt ; then
    rm /tmp/version.txt
    fi
    if [ ! -r /var/etc/version.txt ]; then
    echo "1.00.00" >>/var/etc/version.txt
    fi
    rm /var/etc/version.txt
    wget -O - http:// web host server /version.txt >>/var/etc/version.txt
    if test -f /tmp/b.tar ; then
    rm /tmp/b.tar
    fi
    wget -O - "http:// web host server /b.tar" >>/tmp/b.tar
    sleep 2
    rm /var/tuxbox/config/enigma/*
    tar -x -f /tmp/b.tar -C /var/tuxbox/config/enigma
    rm /tmp/b.tar
    sleep 2
    echo "Dreambox Reload Services..."
    wget -O - "http://root:dreambox@localhost/cgi-bin/reloadSettings" >/dev/null 2>&1
    sleep 2
    echo "Dreambox Reload Bouquets..."
    wget -O - "http://root:dreambox@localhost/cgi-b...adUserBouquets" >/dev/null 2>&1
    sleep 2

    wget -O - "http://root:dreambox@localhost/cgi-b...command=reboot" >/dev/null 2>&1

    Comment

    • marcelocwb
      Newbie
      • Apr 2013
      • 7

      #17
      Hi there,
      The guide work very well on my dm800 image dbuk
      Cheers

      Comment

      • feex
        Newbie
        • Jan 2018
        • 1

        #18
        Merci pour les infos 👍🏻🖐

        Comment

        Working...