Tiny text correction #1

Merged
dataprolet merged 1 commits from taxicomics/ArchISO:main into main 2024-08-19 15:13:12 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ set -x
if ! pacman -Qs archiso > /dev/null; then if ! pacman -Qs archiso > /dev/null; then
echo "Error: archiso is not installed." 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 if [[ $REPLY =~ ^[Yy]$ ]]; then
sudo pacman -Sy archiso sudo pacman -Sy archiso
else else