Merge pull request #153 from myst33d/android-9.0

Properly delete superuser app
This commit is contained in:
Pierre-Hugues HUSSON 2020-02-20 14:41:42 +01:00 committed by GitHub
commit e60db7365b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ rm /system/xbin/su
rm /system/bin/phh-su
rm /system/etc/init/su.rc
rm /system/bin/phh-securize.sh
rm -Rf /system/bin/me.phh.superuser/
rm -Rf /system/app/me.phh.superuser/
mount -o remount,ro /
mount -o remount,ro /system
sync