tr3ss/gofetch

gofetch doesnt run after install?

Closed this issue · 2 comments

[](url
Screen Shot 2022-07-28 at 10 46 53 AM
)

tr3ss commented

Hello,

Looks like you don't have the go environment variables set up :).

Check with echo $GOROOT and make sure that it's in your $PATH.

Something like this:

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH

Alternatively you should be able to run it directly from ~/go/bin.

image

check your /root/go/bin/

you can move the gofetch binary to /bin