Skip to content

Commit

Permalink
Update mix_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GMDSantana authored Nov 21, 2024
1 parent 87273dd commit 2739ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/others/mix_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Crivo(HackingTool):
"with built-in web scraping capabilities.\n" \
"See: python3 crivo_cli.py -h"
INSTALL_COMMANDS = [
"git clone https://github.com/GMDSantana/crivo",
"git clone https://github.com/GMDSantana/crivo.git",
"cd crivo;pip install -r requirements.txt"
]
PROJECT_URL = "https://github.com/GMDSantana/crivo"
Expand Down

0 comments on commit 2739ec2

Please sign in to comment.