Skip to content

Commit

Permalink
fix: last minute fix about installing
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMLUKE committed Oct 5, 2024
1 parent 0ac60fa commit 464fd2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ re: fclean all
install_program:
echo "source $(pwd)/autocompletion/bash/_bruteforce" >> ~/.bashrc
echo "source $(pwd)/autocompletion/zsh/_bruteforce" >> ~/.zshrc
source ~/zshrc
source ~/bashrc
echo -n "Do you want to download a default wordlist ?? [y/N] " && read ans && if [ $${ans:-'N'} = 'y' ]; then curl https://raw.githubusercontent.com/drtychai/wordlists/master/dirbuster/directory-list-2.3-medium.txt > default-wordlist.txt; fi

.PHONY: all clean fclean re install_program

0 comments on commit 464fd2c

Please sign in to comment.