From 6e31ee5e53ae4bbe86b2e01eca5d09b3661ce35b Mon Sep 17 00:00:00 2001 From: Syuugo Date: Fri, 9 Dec 2022 21:13:22 +0900 Subject: [PATCH] Compatible with 2211 and later (Remove Amazon Appstore) (#288) --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 8dc528d..8c947a1 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -535,6 +535,7 @@ echo -e "done\n" if [ "$REMOVE_AMAZON" ]; then echo "Remove Amazon Appstore" find "${MOUNT_DIR:?}"/product/{etc/permissions,etc/sysconfig,framework,priv-app} | grep -e amazon -e venezia | $SUDO xargs rm -rf + find "${MOUNT_DIR:?}"/system_ext/{etc/*permissions,framework,priv-app} | grep -e amazon -e venezia | $SUDO xargs rm -rf echo -e "done\n" fi