commit 37e268e5e00d0f7ef6bc02f1848bec696321b6b7 Author: David Stainton dstainton415@gmail.com Date: Mon Jan 13 14:40:47 2014 +0100
Add libgeoip-dev to the apt-get install
libgeoip-dev is needed by the following pip install geoip --- setup-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh index ef3ab16..5ff3b87 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -481,7 +481,7 @@ case $DISTRO_VERSION in echo "[+] Updating OS package list..."; apt-get update 2>&1 > /dev/null; echo "[+] Installing packages for your system..."; - DO "apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-dnspython tor tor-geoipdb" "0" + DO "apt-get -y install curl git-core python python-dev python-setuptools build-essential libdumbnet1 python-dumbnet python-libpcap python-dnspython tor tor-geoipdb libgeoip-dev" "0"
if [ "${INSTALL_PIP}" -eq "1" ] ; then echo "[+] Installing pip securely"