diff options
author | Aihua Li <aihua.li@huawei.com> | 2015-03-27 05:49:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-03-27 05:49:11 +0000 |
commit | e4c9b12d6311142d6c9dd596e98e90bbf90000a8 (patch) | |
tree | 145cd17b23193b397f526ad5365b088cae955f92 /systems/Ubuntu | |
parent | 1056320ef40a7d7111c2c304612f5b01dc62073a (diff) | |
parent | 8133d53b41d888e3583853412b9c1323ffcec3a4 (diff) |
Merge "complete build_base_machine for CentOS distro"
Diffstat (limited to 'systems/Ubuntu')
-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 |