chmod 755 autoupdate.sh
To run script from receiver, look for the script menu in your image then select autoupdate.sh and execute.
To run from Telnet:
cd /usr/script
autoupdate.sh
\\\|///
\\~~ ~~//
³ ( @ @ )
³ +---------oOOO------(_)---------oOOO--------+
³ | |
³ | Orginal Keymaker |
³ |-------------------------------------------|
³ | -----> LPuyod June 15, 2014 <----- | ³
³ | | ³
³ | | ³
³ | | ³
³ | | ³
³ | ooO | ³
³ +-----------------( )-Ooo-----------------+ ³
³ \ ( ( ) ³
\_) ) / ³
(_/
#!/bin/sh
echo "Script Created by: LPuyod June 15, 2014"
echo "DM800HD Constant.cw Key Downloader"
echo "*******************"
echo "Downloading Keys..."
cd /tmp
#keys
wget http://copy.com/q87sO6Jc2TIN -O /tmp/constant.cw
echo "*******************"
find /tmp/constant.cw
echo ""
chmod 644 /tmp/constant.cw
echo ""
cp constant.cw /usr/keys/
echo ""
rm -rf /tmp/constantcw
echo "*******************"
echo "All keys Updated."
echo "*******************"
sleep 2
exit 0
No comments:
Post a Comment