From 2d210fc9ca15316fe59cc56be33784dcb70d8bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=BA=EF=BC=A7=EF=BC=B8=EF=BC=90=EF=BC=98=EF=BC=99?= =?UTF-8?q?=E3=83=83?= Date: Wed, 4 Jun 2025 17:54:21 +0300 Subject: [PATCH 1/2] module_functions: make exception for the module itself --- common/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/functions.sh b/common/functions.sh index 7b61e46..57e7346 100644 --- a/common/functions.sh +++ b/common/functions.sh @@ -7,7 +7,7 @@ press_check() { disable_modules() { local list for mod in ${MODDIR}/../*; do - if [[ -d "${mod}" && ! -f "${mod}/disable" ]]; then + if [[ -d "${mod}" && ! -f "${mod}/disable" && "$(basename "$mod")" != "abootloop" ]]; then list="${list} ${mod}/disable" fi done From 9d85cfeb48b8eddd37645a27df895fa2a80889e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=BA=EF=BC=A7=EF=BC=B8=EF=BC=90=EF=BC=98=EF=BC=99?= =?UTF-8?q?=E3=83=83?= Date: Wed, 4 Jun 2025 20:58:44 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8968030..687be3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# Anti bootloop - +# Bootloop Bomber (a fork from abootloop, WIP) [![Github releases](https://img.shields.io/github/downloads/Magisk-Modules-Alt-Repo/abootloop/total?logo=GitHub)](https://github.com/Magisk-Modules-Alt-Repo/abootloop/releases) [![GitHub stargazers](https://img.shields.io/github/stars/Magisk-Modules-Alt-Repo/abootloop?style=flat&logo=Github&&color=e3b341)](https://github.com/Magisk-Modules-Alt-Repo/abootloop/stargazers) [![License](https://img.shields.io/github/license/Magisk-Modules-Alt-Repo/abootloop)](https://github.com/Magisk-Modules-Alt-Repo/abootloop/blob/main/LICENSE)