You've already forked hackingtool
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:
@ -134,7 +134,7 @@ class Howmanypeople(HackingTool):
|
|||||||
"Please check your country's laws"
|
"Please check your country's laws"
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo apt-get install tshark"
|
"sudo apt-get install tshark"
|
||||||
";sudo pip install howmanypeoplearearound"
|
";sudo python3 -m pip install howmanypeoplearearound"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["sudo howmanypeoplearearound"]
|
RUN_COMMANDS = ["sudo howmanypeoplearearound"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user