diff options
author | Aihua Li <aihua.li@huawei.com> | 2015-03-15 12:18:56 -0700 |
---|---|---|
committer | Aihua Li <aihua.li@huawei.com> | 2015-03-25 14:36:57 -0400 |
commit | 8133d53b41d888e3583853412b9c1323ffcec3a4 (patch) | |
tree | 95b16c318bb2669e58d9d09bd41ffa21cd390340 /systems/Ubuntu/build_base_machine.sh | |
parent | c8c215cbd38d2172b9732b596bcfb09426206e1a (diff) |
complete build_base_machine for CentOS distro
Change-Id: I597693c5993818e15666457dbf08c480c7417f6d
Reviewed-by: Al Morton <acmoton@att.com>
JIRA: VSPERF-15
Signed-off-by: Aihua Li <aihua.li@huawei.com>
Diffstat (limited to 'systems/Ubuntu/build_base_machine.sh')
-rwxr-xr-x | systems/Ubuntu/build_base_machine.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/Ubuntu/build_base_machine.sh b/systems/Ubuntu/build_base_machine.sh index be1e25d5..a2b48a26 100755 --- a/systems/Ubuntu/build_base_machine.sh +++ b/systems/Ubuntu/build_base_machine.sh @@ -43,6 +43,7 @@ apt-get -y install libcurl4-openssl-dev apt-get -y install autoconf libtool apt-get -y install libpcap-dev apt-get -y install libglib2.0 +apt-get -y install libfuse-dev # Some useful tools you may optionally install #apt-get -y install ctags |