build_uec requires libvirt

This commit is contained in:
Jesse Andrews 2011-11-11 13:56:29 -08:00
parent ec74eef187
commit 2679303c89

View file

@ -33,7 +33,7 @@ if [ ! -e $TOP_DIR/localrc ]; then
fi
# Install deps if needed
DEPS="kvm libvirt-bin kpartx cloud-utils"
DEPS="kvm libvirt-bin kpartx cloud-utils curl"
dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
# Where to store files and instances