EXALAB / Busybox-Installer-No-Root

GNU General Public License v2.0
180 stars 90 forks source link

@Alsan Here's what I type in the terminal (please do not type the leading `$ `, it's my shell `PS1` prompt) : #6

Open rimsineman4 opened 4 years ago

rimsineman4 commented 4 years ago

@Alsan Here's what I type in the terminal (please do not type the leading $, it's my shell PS1 prompt) :

$ [ "$HOME" = "/" ] && export busyBoxPATH=/sdcard/Android/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

Originally posted by @sebma in https://github.com/EXALAB/Busybox-Installer-No-Root/issues/2#issuecomment-564621027

Alsan commented 4 years ago

ok, after some investigation, i found that mine is installed at /system/xbin/box. Might be it's due to I'm using Android 10 and v1.80 release of this app.

# /system/xbin is already in my PATH env variable
box --help