fix: s/qemu-utils/qemu-tools/g

This commit is contained in:
Emile 'iMil' Heitor
2022-12-27 10:13:02 +01:00
parent 5d151b0ff0
commit 56da39dc9e

View File

@@ -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