New submenu (qualcomm, misc) for 5 - Others

This commit is contained in:
w1nst0n 2020-08-15 18:52:21 +02:00
parent 16f2a10f30
commit e3be63a99c

View file

@ -119,7 +119,7 @@ main() {
if [[ "$REPLY" =~ 3 ]]; then lists_selection google facebook amazon microsoft; fi
if [[ "$REPLY" =~ 1 ]]; then debloat_or_restore; fi
if [[ "$REPLY" =~ 2 ]]; then debloat_or_restore "$BRAND"; fi
if [[ "$REPLY" =~ 5 ]]; then debloat_or_restore misc; fi
if [[ "$REPLY" =~ 5 ]]; then lists_selection qualcomm misc; fi
if [[ "$REPLY" =~ 6 ]]; then debloat_or_restore aosp; fi
if [[ "$REPLY" =~ 0 ]]; then debloat_or_restore pending; fi
fi