From 028316fede6583790a6e3a877dada45e04b393c6 Mon Sep 17 00:00:00 2001 From: taxicomics Date: Mon, 19 Aug 2024 13:19:28 +0200 Subject: [PATCH] Update archiso.sh Miniminimini mimimi korrektur --- archiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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