Clairfy QEMU not found messages

pull/268/head
Martin Wimpress 3 years ago
parent 6167f30c93
commit 59e9a73e4c
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -1105,7 +1105,7 @@ fi
QEMU=$(command -v qemu-system-x86_64)
QEMU_IMG=$(command -v qemu-img)
if [ ! -e "${QEMU}" ] && [ ! -e "${QEMU_IMG}" ]; then
echo "ERROR! qemu not found. Please install qemu."
echo "ERROR! QEMU not found. Please make install qemu-system-x86_64 and qemu-img"
exit 1
fi

Loading…
Cancel
Save