CommonInstaller: only use private busybox when installing from TWRP, when installing from Magisk, Magisk's busybox is used

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent d3a8136a8e
commit fab7c6c73b

@ -8,7 +8,7 @@
* cleanup TWRP environment when an installation error occurs during System Mode installation
* regression from 17.9
* add busybox build by osm0sis (used during installation only)
* fixes possible installation issues with Stock ROMs
* fixes possible installation issues with Stock ROMs from TWRP
### General Changes

@ -26,7 +26,7 @@ set_progress 0.1
mount_partitions
unpack_zip
detect_arch
setup_busybox
${BOOTMODE} || setup_busybox
get_cfg_setup

@ -26,7 +26,7 @@ set_progress 0.1
mount_partitions
unpack_zip
detect_arch
setup_busybox
${BOOTMODE} || setup_busybox
set_progress 0.2
get_cfg_setup

@ -26,7 +26,7 @@ set_progress 0.1
mount_partitions
unpack_zip
detect_arch
setup_busybox
${BOOTMODE} || setup_busybox
get_cfg_setup
get_cfg_overlay

Loading…
Cancel
Save