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) 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