Magisk/scripts
osm0sis dca3fe396f scripts: hide expected x86 busybox error on arm
- 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
2019-09-01 02:19:59 +08:00
..
addon.d.sh Update scripts 2019-04-06 13:04:17 -04:00
boot_patch.sh Support recovery based Magisk 2019-03-30 00:49:48 -04:00
flash_script.sh Fix addon.d error OUTFD derp 2019-04-30 17:09:25 -04:00
magisk_uninstaller.sh Fix uninstaller missing recent changes 2019-05-09 20:28:48 -07:00
module_installer.sh Make on_install happen earlier to allow more customization 2019-03-31 15:37:12 -04:00
update_binary.sh scripts: hide expected x86 busybox error on arm 2019-09-01 02:19:59 +08:00
util_functions.sh Logical Resizable Android Partitions support 2019-06-29 01:25:54 -07:00