Fix bug in debloat lists name display.

This commit is contained in:
w1nst0n 2020-03-04 21:49:35 +01:00
parent 7dec59957b
commit 34ef6d0e36

View file

@ -29,7 +29,7 @@ function debloat {
local -n list=$1 # list is a nameref. Array is passed by reference.
clear
printf "\n${RED}${Bold}=== $brand debloat list ===${nBold}${NC}\n"
printf "\n${RED}${Bold}=== $1 debloat list ===${nBold}${NC}\n"
for package in "${list[@]}"; do
printf "${RED}$package${NC} --> "
local output=$(eval adb shell $user_choice)