-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command not found #2
Comments
Para que sirve la aplicasion ????? |
Sorry, I don't understand the question in your language. I'm just install the application and follow the instructions, but when I try to run some commands, some of them failed, say "command not found". So, my question is: Is there any futher information can I read on? Thanks. |
@Alsan Here's what I type in the terminal (please do not type the leading $ [ "$HOME" = "/" ] && HOME=/sdcard
$ [ "$HOME" = "/data" ] && export busyBoxPATH=/data/data/exa.free.bbin/files || export busyBoxPATH=$HOME/Android/data/exa.free.bbin/files
$ ls $busyBoxPATH/busybox
/sdcard/Android/data/exa.free.bbin/files/busybox
$ export PATH=$PATH:$busyBoxPATH
$ busybox --help |
@rimsineman4 Why did you create issue #6 with my comment ? |
ok, after some investigation, i found that mine is installed at # /system/xbin is already in my PATH env variable
box --help |
I've follow all the instructions to install the busybox, not every command I use is command not found, so, what is the proper way to use it?
The text was updated successfully, but these errors were encountered: