From 59e9a73e4c3e582c3e876d54599f1cfbe6aca6f0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 3 Dec 2021 16:54:20 +0000 Subject: [PATCH] Clairfy QEMU not found messages --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 725d51c..b7ca0ca 100755 --- a/quickemu +++ b/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