Skip to content

Commit

Permalink
try with just go mod init
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Sep 28, 2023
1 parent b71aee4 commit 4f9ddfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ function initialize {
# install go ascii

if [[ $install_go == true ]]; then
echo "GO ENV:"
go env
go version
go mod init
go install github.com/guptarohit/asciigraph/cmd/asciigraph@latest 2>/dev/null
ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph)
fi
Expand Down

0 comments on commit 4f9ddfe

Please sign in to comment.