fix(scripts): uninstall default option

fix #1653: update prompt to match the default action of script
This commit is contained in:
4s3ti 2022-11-28 23:32:17 +01:00
parent df74230e77
commit f7f81e1bf4

View file

@ -159,7 +159,7 @@ removeAll() {
for i in "${INSTALLED_PACKAGES[@]}"; do
while true; do
read -rp "::: Do you wish to remove ${i} from your system? [Y/n]: " yn
read -rp "::: Do you wish to remove ${i} from your system? [y/n]: " yn
case "${yn}" in
[Yy]*)