diff --git a/scripts/uninstall.sh b/scripts/uninstall.sh index e6e3f90..48b06b7 100755 --- a/scripts/uninstall.sh +++ b/scripts/uninstall.sh @@ -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]*)