always check deps

main
Jesse Andrews 13 years ago
parent 2679303c89
commit c20428241a

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

Loading…
Cancel
Save