From e3be63a99cbf3fb544652d68bc2cefc59d695e63 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sat, 15 Aug 2020 18:52:21 +0200 Subject: [PATCH] New submenu (qualcomm, misc) for 5 - Others --- debloat_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debloat_script.sh b/debloat_script.sh index 0dba432..b8d5699 100755 --- a/debloat_script.sh +++ b/debloat_script.sh @@ -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