1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated howmanypeoplearound install to python3

This commit is contained in:
Greatest125
2020-12-15 18:07:12 -05:00
committed by GitHub
parent 04bdf00916
commit 557518e40c

View File

@ -134,7 +134,7 @@ class Howmanypeople(HackingTool):
"Please check your country's laws"
INSTALL_COMMANDS = [
"sudo apt-get install tshark"
";sudo pip install howmanypeoplearearound"
";sudo python3 -m pip install howmanypeoplearearound"
]
RUN_COMMANDS = ["sudo howmanypeoplearearound"]