Browse code

fix dep install line

Anthony Young authored on 2011/11/15 06:11:34
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ cd ../../..
25 25
 TOP_DIR=$(pwd)
26 26
 
27 27
 # Deps
28
-apt-get install libvirt-gin
28
+apt-get install -y --force-yes libvirt-bin
29 29
 
30 30
 # Name test instance based on executor
31 31
 BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`