**GUIDE** Auto Update Bouquets/Channel Lists E2 only** - Page 2
Register
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Newbie
    Join Date
    Feb 2010
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    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

  2. #17
    Newbie
    Join Date
    Apr 2013
    Location
    London
    Posts
    7
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

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

  3. #18
    Newbie
    Join Date
    Jan 2018
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Merci pour les infos 👍🏻🖐

 

 
Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.