From 19aa26e4659be0547cf39796e5e52415f2dd4e56 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Wed, 11 Mar 2020 22:58:21 +0100 Subject: [PATCH] Updated forgotten array names --- debloat_script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debloat_script.sh b/debloat_script.sh index a8e7648..580e8c4 100755 --- a/debloat_script.sh +++ b/debloat_script.sh @@ -189,9 +189,9 @@ while true; do if [[ "$action" =~ -1 ]]; then debloat pending; fi if [[ "$action" =~ 1 ]]; then remove_or_install_one; fi if [[ "$action" =~ 2 ]]; then debloat $brand; fi - if [[ "$action" =~ 3 ]]; then debloat google_bloat && debloat microsoft_bloat && debloat amazon_bloat && debloat facebook_bloat; fi - if [[ "$action" =~ 5 ]]; then debloat misc_bloat; fi - if [[ "$action" =~ 6 ]]; then debloat aosp_bloat; fi + if [[ "$action" =~ 3 ]]; then debloat google && debloat microsoft && debloat amazon && debloat facebook; fi + if [[ "$action" =~ 5 ]]; then debloat misc; fi + if [[ "$action" =~ 6 ]]; then debloat aosp; fi fi adb shell 'pm list packages' | sed -r 's/package://g' | sort > remaining_packages.txt