Closed SharkFourSix closed 10 months ago
Hello @SharkFourSix Thank you for sharing the issue and sorry for your inconvenience.
Would you please share more details with me?
# What's your output for
uname -a
I found what the issue was.
Do not export $GOROOT, only $GOPATH, and only if necessary.
The reason it was failing was because goroot and gopath were pointing to the same directory so the installation script was failing to move/delete files.
Great. Should we close the issue then?
Yes please. Sorry forgot to do that
Installing without root shows fails and asks for root.
Running with sudo installs to /root/ making it inaccessible to other users.