From 56da39dc9e74d73a3d2de4d4fff598cade811c17 Mon Sep 17 00:00:00 2001 From: Emile 'iMil' Heitor Date: Tue, 27 Dec 2022 10:13:02 +0100 Subject: [PATCH] fix: s/qemu-utils/qemu-tools/g --- lib/vm-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vm-core b/lib/vm-core index 5f5b845..45fb6c2 100644 --- a/lib/vm-core +++ b/lib/vm-core @@ -984,7 +984,7 @@ core::decompress(){ core::img(){ local _url _ds="default" _filename if ! which qemu-img > /dev/null; then - util::err "Error: qemu-img is required to work with cloud images! Run 'pkg install qemu-utils'." + util::err "Error: qemu-img is required to work with cloud images! Run 'pkg install qemu-tools'." fi while getopts d:u _opt ; do