Fix typo
This commit is contained in:
parent
a311d3ee09
commit
4e8d634d04
@ -115,7 +115,7 @@ fi
|
||||
# make sure the needed tools are installed
|
||||
if [[ "$(uname -m)" == "x86_64" ]]; then
|
||||
if ! pacman -Q qemu-user-static &> /dev/null ; then
|
||||
echo "Please install pacman -Q qemu-user-static before continuing."
|
||||
echo "Please install qemu-user-static before continuing."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
@ -107,7 +107,7 @@ fi
|
||||
# make sure the needed tools are installed
|
||||
if [[ "$(uname -m)" == "x86_64" ]]; then
|
||||
if ! pacman -Q qemu-user-static &> /dev/null ; then
|
||||
echo "Please install pacman -Q qemu-user-static before continuing."
|
||||
echo "Please install qemu-user-static before continuing."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user