File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,14 @@ apt-get update
34
34
35
35
# Packages
36
36
echo " [+] Installing required packages..."
37
- apt-get install --force-yes --yes python-setuptools autossh python-psutil python2.7-dev libpcap0.8-dev python-sqlalchemy ppp tcpdump python-serial sqlite3 python-requests iw build-essential python-bluez python-flask python-gps python-dateutil python-dev libxml2-dev libxslt-dev pyrit mitmproxy
37
+ apt-get install --force-yes --yes python-setuptools autossh python-psutil python2.7-dev libpcap0.8-dev ppp tcpdump python-serial sqlite3 python-requests iw build-essential python-bluez python-flask python-gps python-dateutil python-dev libxml2-dev libxslt-dev pyrit mitmproxy
38
38
39
39
# Python packages
40
40
41
41
easy_install pip
42
42
easy_install smspdu
43
43
44
+ pip install sqlalchemy==0.7.4
44
45
pip uninstall requests -y
45
46
pip install -Iv https://pypi.python.org/packages/source/r/requests/requests-0.14.2.tar.gz # Wigle API built on old version
46
47
pip install httplib2
You can’t perform that action at this time.
0 commit comments