From a3e9d116d42c363e725c2b071a128138bed6c8f8 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 27 Dec 2018 22:03:10 +0100 Subject: [PATCH] fix logical error --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index 6692485..21f649f 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -776,7 +776,7 @@ install_microg () { # if android.permission.FAKE_PACKAGE_SIGNATURE is not a runtime-permission # (read: ROM is not pre-patched), remove that permission from pre-sets - search_fake_package_signature && \ + search_fake_package_signature || \ sed '/android.permission.FAKE_PACKAGE_SIGNATURE/d' \ -i ${INSTALLER}/system/etc/permissions/privapp-permissions-google.xml