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