This is based on the pli image, didn't work on my mates running nabilo as it didn't have crontab.
In windows open notepad and paste the following line into it (obviously replacing the url of a softcam file that gets updated):
Save the file as softcamkey.sh
Ftp the softcamkey.sh file to /var/tuxbox/config/enigma/scripts
If the scripts directory isn't there create it.
Telnet to your box and enter your username and password.
Type
You will now be faced with a text editor.
Press the "a" key which will allow you to append text to the line.
On the first line type
Now press Esc and type :wq
(colon write and quit)
That's it your done. The key file will update at 4 am every morning.
In windows open notepad and paste the following line into it (obviously replacing the url of a softcam file that gets updated):
Code:
wget -qO /var/keys/SoftCam.Key URL_OF_SOFTCAM_FILE
Ftp the softcamkey.sh file to /var/tuxbox/config/enigma/scripts
If the scripts directory isn't there create it.
Telnet to your box and enter your username and password.
Type
Code:
crontab -e
Press the "a" key which will allow you to append text to the line.
On the first line type
Code:
00 4 * * * /var/tuxbox/config/enigma/scripts/softcamkey.sh
(colon write and quit)
That's it your done. The key file will update at 4 am every morning.

Comment