From 2168f6742f3aa073288eef299b5c2e9746d9f371 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:08:24 +0000 Subject: [PATCH] feat: Delete /data/adb/modules/acp/system folder on install --- common/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/install.sh b/common/install.sh index 06a4903..dc5c166 100644 --- a/common/install.sh +++ b/common/install.sh @@ -1,3 +1,6 @@ +if [ -d "/data/adb/modules/acp/system" ]; then + rm -rf /data/adb/modules/acp/system +fi # Functions patch_xml() { if [ "$(xmlstarlet sel -t -m "$2" -c . $1)" ]; then