Skip to content

Commit 4d7736e

Browse files
authored
Merge pull request #610 from digininja/fixkali
Fixing setup for Kali
2 parents 7637994 + 9cff34a commit 4d7736e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Python/setup/setup.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ case ${osinfo} in
6666
apt-get install -y cmake python3 xvfb python3-pip python3-netaddr python3-dev firefox-esr
6767
echo
6868
echo '[*] Installing Python Modules'
69-
python3 -m pip install fuzzywuzzy
70-
python3 -m pip install selenium --upgrade
71-
python3 -m pip install python-Levenshtein
72-
python3 -m pip install pyvirtualdisplay
73-
python3 -m pip install netaddr
69+
apt install -y python3-selenium python3-fuzzywuzzy python3-pyvirtualdisplay python3-netaddr python3-levenshtein
7470
echo
7571
cd ../bin/
7672
MACHINE_TYPE=`uname -m`

0 commit comments

Comments
 (0)