9 lines
107 B
Bash
9 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
apt-get install python-pip
|
||
|
|
||
|
pip install iptools
|
||
|
pip install pydispatcher
|
||
|
|
||
|
./setup_database.py
|