Replace some of BusyBox with the Full Monty
-
I have a bash shell script that I want to try and run on my Omega2+. I have installed the bash package.
The issue now is that the /bin/ps that comes with BusyBox doesn't support the full functionality of the standard /bin/ps, so I want to replace the BusyBox ps with the GNU ps. How would I go about that?