mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 13:22:36 +01:00
Sepcify path for wget in Travis CI
This commit is contained in:
parent
d66ebedb60
commit
a6f0c0c3c7
@ -6,7 +6,7 @@ before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y libboost-all-dev libgpm-dev libncurses5-dev liblog4cpp5-dev libnuma-dev libgeoip-dev libpcap-dev clang cmake
|
||||
before_script:
|
||||
- wget http://sourceforge.net/projects/ntop/files/PF_RING/PF_RING-6.0.2.tar.gz/download
|
||||
- wget http://sourceforge.net/projects/ntop/files/PF_RING/PF_RING-6.0.2.tar.gz/download -OPF_RING-6.0.2.tar.gz
|
||||
- tar -xf PF_RING-6.0.2.tar.gz
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential bison flex libnuma-dev wget tar make
|
||||
|
Loading…
Reference in New Issue
Block a user