• osm0sis's avatar
    scripts: hide expected x86 busybox error on arm · dca3fe39
    osm0sis authored
    - Magisk Manager installs have busybox in the $PATH before extracting busybox from update-binary so an error from busybox ash (as sh) attempting to parse the x86 busybox like a shell script would be shown:
    ./bin/busybox: line 1: syntax error: unexpected "("
    - this will only occur when ash tries to run a binary it can't handle, so basically only with x86 binary on an arm* device
    dca3fe39
Name
Last commit
Last update
..
addon.d.sh Loading commit data...
boot_patch.sh Loading commit data...
flash_script.sh Loading commit data...
magisk_uninstaller.sh Loading commit data...
module_installer.sh Loading commit data...
update_binary.sh Loading commit data...
util_functions.sh Loading commit data...