misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-12 11:39:28 +02:00
parent 0956ab12f0
commit 1888e3ec31
Failed to generate hash of commit

View file

@ -8,7 +8,7 @@ git:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libpcap-dev libnetfilter-queue-dev python3-pip
- sudo apt-get install -y libpcap-dev libnetfilter-queue-dev python3 python3-pip
- wget https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip -O /tmp/protoc.zip
- unzip -o /tmp/protoc.zip -d /tmp/protoc
- export PATH=$PATH:/tmp/protoc/bin/