Browse code

always check deps

Jesse Andrews authored on 2011/11/12 06:59:05
Showing 1 changed files
... ...
@@ -34,7 +34,7 @@ fi
34 34
 
35 35
 # Install deps if needed
36 36
 DEPS="kvm libvirt-bin kpartx cloud-utils curl"
37
-dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
37
+apt-get install -y --force-yes $DEPS
38 38
 
39 39
 # Where to store files and instances
40 40
 WORK_DIR=${WORK_DIR:-/opt/kvmstack}