mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 00:46:01 +03:00
[GH-ISSUE #171] cannot install- command not found #144
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fuckit2323 on GitHub (Jan 3, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/171
Im running Kali Linux on windows 10 wsl.
when I try to install with this
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
it says -bash: git: command not found
im completely new to this please help
@aditya-jangid commented on GitHub (Jan 9, 2019):
Try doing this
sudo apt-get install python git
@fuckit2323 commented on GitHub (Jan 9, 2019):
That fucking worked. Thank you