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

This commit is contained in:
evilsocket 2018-04-10 19:18:09 +02:00
parent 4e820db6c7
commit 1f50fb8178
Failed to generate hash of commit
2 changed files with 3 additions and 1 deletions

View file

@ -18,4 +18,4 @@ before_install:
script: script:
- make protocol - make protocol
- make deps - make deps
- make daemon/daemon - make daemon/opensnitchd

View file

@ -17,6 +17,8 @@
### TL;DR ### TL;DR
sudo apt-get install protobuf-compiler libpcap-dev libpcapnetfilter-queue-dev python-pyqt5 sudo apt-get install protobuf-compiler libpcap-dev libpcapnetfilter-queue-dev python-pyqt5
go get github.com/golang/protobuf/protoc-gen-go
go get -v github.com/Masterminds/glide
cd /path/to/this/repo cd /path/to/this/repo
make make
sudo make install sudo make install