View Single Post
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#2925
Originally Posted by slackers View Post
For anyone having issues with tweak o....

Delete everything from /var/cache/apt/archives/

****EXCEPT 'partial' directory. Turns out you need that

I also ran apt-get update as I killed the store by removing that partial directory and wanted to see what was going on... may need to run that too.

It seems that if anything is already in /var/cache/apt/archives/ the script will just jump directly to the "Your application catched successfully!" message.
No need to remove them manually, as root user into terminal run:
Code:
apt-get clean


Originally Posted by slackers View Post
On a random note, any chance of getting 'catched' changed to 'caught' in that message?
Also in main script there is a Cach instead of Catch, then until they'll be edit you can change the file manually (also I do this for others files) directly from terminal; as root user run:
Code:
nano /opt/N9QTweak/OVI/catch_deb.sh
and modify the text you want to modify (if you have skills, otherwise not) and then save the file.
PS: If you haven't installed nano yet, as root user run:
Code:
apt-get install nano
before.
 

The Following User Says Thank You to death_jax For This Useful Post: