Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
fixed travis error and installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Jul 30, 2016
1 parent 481bee2 commit 3702bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install libpcap-dev -y
- sudo apt-get install -y build-essential libnetfilter-queue-dev
- sudo apt-get -y install python-qt4 python-scapy python-nmap

sudo: required
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func_install(){
exit 1
fi
apt-get update
apt-get install build-essential libnetfilter-queue-dev
apt-get install -y build-essential libnetfilter-queue-dev
apt-get install -y python-qt4 python-scapy hostapd rfkill
apt-get install -y python-dev
apt-get install -y libpcap-dev
Expand Down

0 comments on commit 3702bd7

Please sign in to comment.