mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Update install_tool
This commit is contained in:
@@ -5,6 +5,8 @@ set -ue
|
|||||||
REINSTALL=0
|
REINSTALL=0
|
||||||
PACKAGES=1
|
PACKAGES=1
|
||||||
|
|
||||||
|
export GO111MODULE=on
|
||||||
|
|
||||||
while getopts -- "-:" a ; do
|
while getopts -- "-:" a ; do
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
case "${a}" in
|
case "${a}" in
|
||||||
@@ -364,7 +366,7 @@ EOF
|
|||||||
go get -u github.com/OJ/gobuster
|
go get -u github.com/OJ/gobuster
|
||||||
;;
|
;;
|
||||||
amass)
|
amass)
|
||||||
go get -u github.com/OWASP/Amass/cmd/amass
|
go get -u github.com/OWASP/Amass/v3/...
|
||||||
;;
|
;;
|
||||||
cht.sh)
|
cht.sh)
|
||||||
install_pkgs rlwrap
|
install_pkgs rlwrap
|
||||||
|
|||||||
Reference in New Issue
Block a user