Skip to content

Commit

Permalink
Merge pull request #610 from digininja/fixkali
Browse files Browse the repository at this point in the history
Fixing setup for Kali
  • Loading branch information
ChrisTruncer authored Mar 9, 2023
2 parents 7637994 + 9cff34a commit 4d7736e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Python/setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ case ${osinfo} in
apt-get install -y cmake python3 xvfb python3-pip python3-netaddr python3-dev firefox-esr
echo
echo '[*] Installing Python Modules'
python3 -m pip install fuzzywuzzy
python3 -m pip install selenium --upgrade
python3 -m pip install python-Levenshtein
python3 -m pip install pyvirtualdisplay
python3 -m pip install netaddr
apt install -y python3-selenium python3-fuzzywuzzy python3-pyvirtualdisplay python3-netaddr python3-levenshtein
echo
cd ../bin/
MACHINE_TYPE=`uname -m`
Expand Down

0 comments on commit 4d7736e

Please sign in to comment.