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
e5b28e4411
commit
67e3e559de
1 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ before_install:
|
|||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libpcap-dev libnetfilter-queue-dev
|
||||
- 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/
|
||||
- export PATH=$PATH:/tmp/protobuf
|
||||
- unzip -o /tmp/protoc.zip -d /tmp/protoc
|
||||
- export PATH=$PATH:/tmp/protoc/bin/
|
||||
- go get github.com/golang/protobuf/protoc-gen-go
|
||||
- make protocol
|
||||
- go get -v github.com/Masterminds/glide
|
||||
- make protocol
|
||||
- make deps
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue