This commit is contained in:
Michael Taboada 2020-12-27 08:02:23 -08:00
parent a311d3ee09
commit 4e8d634d04
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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