Skip to content

Commit a5c87e8

Browse files
authored
Merge pull request #14 from GuoxiangZu/patch-1
Update install_deps.sh with apt-get update first
2 parents bea733d + 1e734ba commit a5c87e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install_deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo apt-get update
12
sudo apt install -y build-essential libtool autoconf automake libnuma-dev unzip pkg-config librdmacm-dev rdma-core make cmake python3-pip
23

34
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ &> /dev/null && pwd )"
@@ -15,4 +16,4 @@ make -j
1516
make install
1617
popd || exit
1718

18-
rm -rf zeromq-4.1.4.tar.gz zeromq-4.1.4
19+
rm -rf zeromq-4.1.4.tar.gz zeromq-4.1.4

0 commit comments

Comments
 (0)