Update archiso.sh

Miniminimini mimimi korrektur
This commit is contained in:
taxicomics 2024-08-19 13:19:28 +02:00
parent 42eccbdf95
commit 028316fede
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 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