diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2015-12-30 02:52:15 +0000 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2015-12-30 02:52:15 +0000 |
commit | 8fdd4c13d48645b2d36602a0e8d011d8a18014e2 (patch) | |
tree | f8fda22c3040b15575f8bf09ba647f4efd67a95f /utils/infra_setup/vm_dev_setup/setup_env.sh | |
parent | 0e343f2389d5be46aba6399757d3090ce24effab (diff) |
add vm env setup and run script after instance creation
JIRA: BOTTLENECK-35
Change-Id: I9d96821779a148a38c4fea27163b49face80afb7
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'utils/infra_setup/vm_dev_setup/setup_env.sh')
-rwxr-xr-x | utils/infra_setup/vm_dev_setup/setup_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/infra_setup/vm_dev_setup/setup_env.sh b/utils/infra_setup/vm_dev_setup/setup_env.sh index 9eba07cb..e7b8c308 100755 --- a/utils/infra_setup/vm_dev_setup/setup_env.sh +++ b/utils/infra_setup/vm_dev_setup/setup_env.sh @@ -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 |