Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ecthros authored Nov 22, 2016
1 parent 1ca7d62 commit 1e43ea2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apt-get update
apt-get install -y python-flask
apt-get install -y python-pip
pip install flask
pip install netifaces
apt-get install -y git-core
apt-get install -y postgresql
apt-get install -y python-dev
apt-get install -y python-flask
sudo service postgresql start
su -c "psql -c \"create user aces with password 'aces';\"" postgres
su -c "createdb network" postgres
Expand All @@ -13,16 +16,13 @@ cd python-netfilterqueue
python setup.py install
cd ..
apt install -y python-nmap
apt-get install -y python-pip
pip install --upgrade pip
pip install scapy
pip install netaddr
pip install pexpect
pip install wifi
apt-get install -y python-netifaces
pip install colorama
pip install flask
pip install netifaces
apt-get install -y python-psycopg2
apt-get install -y python-tk
python setup_postgres.py
Expand Down

0 comments on commit 1e43ea2

Please sign in to comment.