mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
updated howmanypeoplearound install to python3
This commit is contained in:
parent
04bdf00916
commit
557518e40c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue