You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
215 B

#!/usr/bin/env bash
mkdir dumps
mkdir paths
wget http://ris.ripe.net/source/bgpdump/libbgpdump-1.6.0.tgz
tar zxvf libbgpdump-1.6.0.tgz
rm libbgpdump-1.6.0.tgz
cd libbgpdump-1.6.0
./bootstrap.sh
make install
cd ..