Compare commits
2 Commits
42eccbdf95
...
4d002ebf47
Author | SHA1 | Date |
---|---|---|
dataprolet | 4d002ebf47 | |
taxicomics | 028316fede |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue