bokili84
11-04-11, 15:35
11/04/2011
Oscam Auto Update Script on Dreambox and other linux recivers
with this script you can autoupdate the lastest oscam version
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).
If your oscam script is not “/usr/script/oscam.emu” then you have to adapt the start and stop commands 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.
Enjoy it!
Oscam Auto Update Script on Dreambox and other linux recivers
with this script you can autoupdate the lastest oscam version
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).
If your oscam script is not “/usr/script/oscam.emu” then you have to adapt the start and stop commands 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.
Enjoy it!