Browse code

build_uec requires libvirt

Jesse Andrews authored on 2011/11/12 06:56:29
Showing 1 changed files
... ...
@@ -33,7 +33,7 @@ if [ ! -e $TOP_DIR/localrc ]; then
33 33
 fi
34 34
 
35 35
 # Install deps if needed
36
-DEPS="kvm libvirt-bin kpartx cloud-utils"
36
+DEPS="kvm libvirt-bin kpartx cloud-utils curl"
37 37
 dpkg -l $DEPS || apt-get install -y --force-yes $DEPS
38 38
 
39 39
 # Where to store files and instances