mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
fix: s/qemu-utils/qemu-tools/g
This commit is contained in:
@@ -984,7 +984,7 @@ core::decompress(){
|
|||||||
core::img(){
|
core::img(){
|
||||||
local _url _ds="default" _filename
|
local _url _ds="default" _filename
|
||||||
if ! which qemu-img > /dev/null; then
|
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
|
fi
|
||||||
|
|
||||||
while getopts d:u _opt ; do
|
while getopts d:u _opt ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user