always check deps

This commit is contained in:
Jesse Andrews 2011-11-11 13:59:05 -08:00
parent 2679303c89
commit c20428241a

View file

@ -34,7 +34,7 @@ fi
# Install deps if needed
DEPS="kvm libvirt-bin kpartx cloud-utils curl"
dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
apt-get install -y --force-yes $DEPS
# Where to store files and instances
WORK_DIR=${WORK_DIR:-/opt/kvmstack}