The fast-install.sh depends Go

Issue #10 resolved
michilu created an issue

https://bitbucket.org/ymotongpoo/goenv/raw/master/shellscripts/fast-install.sh

I seems it have to checking the exists Go.

if ! type go 2>&1 > /dev/null; then
  echo "[goenv] To get goenv, install go. https://golang.org/dl/"
  exit 0
fi

Comments (2)

  1. Log in to comment