Unverified Commit 557518e4 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

updated howmanypeoplearound install to python3

parent 04bdf009
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"]