From 3fb96464da401228192cdccefea0fd921904a03b Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 24 Mar 2022 08:49:00 +0700 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9b543e7..7dc56d4 100755 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,8 @@ pushd "$final_path" #VERSION="2.31.1" #LD_FLAGS="-w -X main.version=$VERSION" #mkdir bin - export GOPATH=$final_path + #export GOPATH=$final_path + unset GOPATH make build popd