Compare commits

..

No commits in common. "4d002ebf477ecc7382a5c8c34d45861f81372be6" and "42eccbdf95fa7a1686d59ec800a71348ffd3ee8d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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