From 67f9389b9bb92cf5a26ea0544f26e43b2f1126cb Mon Sep 17 00:00:00 2001 From: Arthur A Date: Sat, 1 May 2021 13:12:22 -0300 Subject: [PATCH] chaos install update chaos install update -u --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 72cce12..9405544 100755 --- a/install.sh +++ b/install.sh @@ -199,6 +199,7 @@ golangTools() { echo -e "[$GREEN+$RESET] Done." echo -e "[$GREEN+$RESET] Installing chaos" + GO111MODULE=on go get -u github.com/projectdiscovery/chaos-client/cmd/chaos echo -e "[$GREEN+$RESET] Done."