diff --git a/archiso.sh b/archiso.sh index c972626..508432f 100644 --- a/archiso.sh +++ b/archiso.sh @@ -9,7 +9,7 @@ set -x if ! pacman -Qs archiso > /dev/null; then echo "Error: archiso is not installed." - read -p "Do youwant to install archiso? [Y]es or [N]o. \n" -n 1 -r + read -p "Do you want to install archiso? [Y]es or [N]o. \n" -n 1 -r if [[ $REPLY =~ ^[Yy]$ ]]; then sudo pacman -Sy archiso else