Update install.sh

This commit is contained in:
Maxim Tkach
2022-04-16 00:09:36 +00:00
committed by GitHub
parent bc9a60b37e
commit 60cf6657cf

View File

@@ -289,6 +289,7 @@ echo -e "$OKBLUE[*]$RESET Installing GAU...$RESET"
go install github.com/lc/gau@latest
rm -f /usr/bin/gau 2> /dev/null
ln -fs /root/go/bin/gau /usr/bin/gau
ln -fs /root/go/bin/gau /usr/bin/gau2
# INSTALL HTTPX
echo -e "$OKBLUE[*]$RESET Installing HTTPX...$RESET"