Skip to content

Commit 8767832

Browse files
authored
Update install.sh
1 parent ca355a1 commit 8767832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
139139
sudo cp ~/go/bin/nuclei /usr/local/bin
140140

141141
printf "${CYAN}Installing Shcheck\n${NORMAL}"
142-
pip3 install shcheck
142+
git clone https://github.com/santoru/shcheck
143143

144144
printf "${CYAN}Installing MailSpoof\n${NORMAL}"
145145
pip3 install mailspoof

0 commit comments

Comments
 (0)