Move PF_RING to GitHub
This commit is contained in:
parent
de9c12f11e
commit
e8afbcd75a
@ -7,7 +7,7 @@ before_install:
|
||||
- sudo apt-get install -y libboost-all-dev libgpm-dev libncurses5-dev liblog4cpp5-dev libnuma-dev libgeoip-dev libpcap-dev clang cmake
|
||||
before_script:
|
||||
- pwd > /tmp/old_current_path
|
||||
- wget http://sourceforge.net/projects/ntop/files/PF_RING/PF_RING-6.0.3.tar.gz/download -OPF_RING-6.0.3.tar.gz
|
||||
- wget https://github.com/ntop/PF_RING/archive/v6.0.3.tar.gz -OPF_RING-6.0.3.tar.gz
|
||||
- tar -xf PF_RING-6.0.3.tar.gz
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y build-essential bison flex libnuma-dev wget tar make
|
||||
|
@ -7,7 +7,8 @@ my $distro_type = '';
|
||||
my $distro_version = '';
|
||||
|
||||
my $pf_ring_version = '6.0.3';
|
||||
my $pf_ring_url = "http://sourceforge.net/projects/ntop/files/PF_RING/PF_RING-$pf_ring_version.tar.gz/download";
|
||||
|
||||
my $pf_ring_url = "https://github.com/ntop/PF_RING/archive/v$pf_ring_version.tar.gz";
|
||||
my $fastnetmon_git_path = 'https://github.com/FastVPSEestiOu/fastnetmon.git';
|
||||
|
||||
# Used for VyOS and different appliances based on rpm/deb
|
||||
|
Loading…
Reference in New Issue
Block a user