always check deps
This commit is contained in:
parent
2679303c89
commit
c20428241a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue