likewise for addon.d

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent 190c1bfb8c
commit c62e20960e

@ -12,7 +12,7 @@
* don't try to start `permissions` init script, removed since ages
* applies to: Full package
* Patcher
* Patcher, Patcher addon.d
* fix detection whether ROM has native signature spoofing
### General Changes

@ -49,13 +49,14 @@ NanoDroidPatcher () {
rm -rf ${BASEDIR}/${artifact}
done
detect_sdk
detect_arch
if search_fake_package_signature; then
ui_print " ROM has native signature spoofing already!"
exit 0
fi
detect_sdk
detect_arch
detect_odex
[ -f ${MAGISK_IMG} ] && magisk_setup

Loading…
Cancel
Save