Quote:
Originally Posted by niroma
But how can I make the new wget command overlay the older one? Where do I put it on the PB902?
|
If you're just going to run it via scripts, you can put it pretty well anywhere you have write access. Something like
Code:
/mnt/ext1/system/bin
would make sense. If you put the scripts in
Code:
/mnt/ext1/applications
, then you can start them directly from the Applications tab (as long as they don't need any arguments). Just make sure to use the full path to your version of wget in your scripts.
Or are you trying to replace the version of wget used by an internal application on the device?