diff --git a/patcher/META-INF/com/google/android/update-binary b/patcher/META-INF/com/google/android/update-binary index e8ef232..41c0b76 100644 --- a/patcher/META-INF/com/google/android/update-binary +++ b/patcher/META-INF/com/google/android/update-binary @@ -4,8 +4,6 @@ umask 022 OUTFD=${2} ZIP=${3} -umount /system &>/dev/null - mkdir /dev/tmp unzip -o "${ZIP}" CommonPatcher -d "/dev/tmp" if [ ! -f /dev/tmp/CommonPatcher ]; then