Compare commits

..

2 Commits

Author SHA1 Message Date
dataprolet 4d002ebf47 Merge pull request 'Tiny text correction' (#1) from taxicomics/ArchISO:main into main
Reviewed-on: #1
2024-08-19 15:13:12 +02:00
taxicomics 028316fede Update archiso.sh
Miniminimini mimimi korrektur
2024-08-19 13:19:28 +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