View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5322
If someone want to see how auto-checker/updater work, run this commands:
Code:
mv -f /opt/N9QTweak/N9QT /opt/N9QTweak/N9QT.orig
cp -f /opt/N9QTweak/N9QT.orig /opt/N9QTweak/N9QT
chmod 4755 /opt/N9QTweak/N9QT
sed -i '88 s/8/7/g' /opt/N9QTweak/N9QT
And start N9QT...

For restore original file:
Code:
rm -f /opt/N9QTweak/N9QT
mv -f /opt/N9QTweak/N9QT.orig /opt/N9QTweak/N9QT

Last edited by Schturman; 2013-01-14 at 13:24.
 

The Following 2 Users Say Thank You to Schturman For This Useful Post: