diff --git a/system/xbin/debloat b/system/xbin/debloat index e01dc3f..e6694b0 100644 --- a/system/xbin/debloat +++ b/system/xbin/debloat @@ -93,8 +93,8 @@ debloat_app() { echo " - App is updated, uninstall updates in Settings App" fi } - echo "${R}${1}${N} uninstalled";; - n|N) echo "${R}${1}${N} cancelled";; + echo "${R}${1}${N} uninstalled" | tr '%_' ' ';; + n|N) echo "${R}${1}${N} cancelled" | tr '%_' ' ';; *) echo "Invalid!";; esac fi