mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
0956ab12f0
commit
1888e3ec31
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue