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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"