Oscam Version Auto Update on Dreambox

Started by kargo.25, May 09, 2011, 05:52:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kargo.25

Oscam Version Auto Update on Dreambox

    Oscam is an open-source project and the developers constantly update the SVN.

    I have some Dreamboxes at home and I like to have my oscam up to date so I created a script for dreambox that downloads the latest binaries from UMP FileCenter and updates my oscam. I run this script every day at 5:00 AM using cronjobs.

    Here is the script for Dreambox 800HD (should work on all enigma 2 dreamboxes).

    I am using the Newnigma2 images. If your oscam script is not “/usr/script/oscam.emu” then you have to adapt the start and stop comma$$$ to your own box.

    Download this script and upload it to the “/usr/script” folder on dreambox and set the permissions to 755.

    To execute the update just telnet to the box and execute the command “sh /usr/script/oscam-update.sh“.

    Alternatively you can set a cronjob to execute the script at a given time (ie: everyday at 5:00 AM) which really make the process completely automatic.

    ThX to Hugo...


DOWNLOAD - oscam-update.zip