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