parent
42eccbdf95
commit
028316fede
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue