https://github.com/hantmac/install_or_update_go_automatically
Install or Update Go Automatically
https://github.com/hantmac/install_or_update_go_automatically
Last synced: 3 months ago
JSON representation
Install or Update Go Automatically
- Host: GitHub
- URL: https://github.com/hantmac/install_or_update_go_automatically
- Owner: hantmac
- Created: 2019-01-12T15:16:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T06:56:37.000Z (over 6 years ago)
- Last Synced: 2025-01-18T10:27:40.026Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install_or_Update_Go_Automatically
This shell help you Install , Update,config Go Automatically on unix-like machine.
Before exec the shell, you can modify it to set your own GOPATH,GOROOT and GOBIN
- mkdir /home/installGo
- cd /home/installGo
- Download your go-package.tar.gz from https://golang.org/dl/
- git clone https://github.com/hantmac/Install_or_Update_Go_Automatically.git
- sudo sh installOrUpdateGo.sh go-package.tar.gz
- When you see `go version` execute and output rightly,that means install or update Go successfullly and configed well.