Fix typo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user