add vm env setup and run script after instance creation
[bottlenecks.git] / utils / infra_setup / vm_dev_setup / setup_env.sh
index 9eba07c..e7b8c30 100755 (executable)
@@ -52,7 +52,7 @@ bottlenecks_rubbos_install_exe()
 
 main()
 {
-    PreInstall_Packages="gcc gettext g++ libaio1 libaio-dev make"
+    PreInstall_Packages="git gcc gettext g++ libaio1 libaio-dev make"
     SCRIPT_DIR=`cd ${BASH_SOURCE[0]%/*};pwd`
 
     source $SCRIPT_DIR/package.conf