Advertisement
Tesy

Kindle - odstranění reklam

Jan 29th, 2013
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 1.
  2. cd /mnt/us
  3.  
  4. 2.
  5. touch RUNME.sh
  6.  
  7. 3.
  8. vi RUNME.sh
  9.  
  10. 4.
  11. if [ ! -f /var/local/adunits.bkp ]; then
  12. mv /var/local/adunits /var/local/adunits.bkp
  13. touch /var/local/adunits
  14. fi
  15. mntroot ro
  16.  
  17. 5. zmáčkneme ESCape
  18. :wq
  19.  
  20. 6.
  21. chmod +x /mnt/us/RUNME.sh; mntroot rw
  22.  
  23. 7.
  24. cp /var/local/system/mntus.params /var/local/system/mntus.params.BKP
  25.  
  26. 8.
  27. vi /var/local/system/mntus.params
  28.  
  29. 9.
  30. if [ -e /mnt/us/RUNME.sh ]; then
  31. sh /mnt/us/RUNME.sh
  32. fi
  33.  
  34. 10. zmáčkneme ESCape
  35. :wq
  36.  
  37. 11.
  38. sh /mnt/us/RUNME.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement