https://github.com/shadmeoli/go_installer
A simple bash script to help Linux users install go and setup it up to path.
https://github.com/shadmeoli/go_installer
automation cli curl golang linux macos shell-script
Last synced: 4 months ago
JSON representation
A simple bash script to help Linux users install go and setup it up to path.
- Host: GitHub
- URL: https://github.com/shadmeoli/go_installer
- Owner: shadmeoli
- License: mit
- Created: 2024-04-06T12:04:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T07:11:37.000Z (6 months ago)
- Last Synced: 2026-01-14T11:04:42.226Z (6 months ago)
- Topics: automation, cli, curl, golang, linux, macos, shell-script
- Language: Shell
- Homepage:
- Size: 972 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GO INSTALLER.
I have created this script to help me install and setup **GO** on linux.
The script basically does all that is needed to setup **GO**
*Overview*
The Go Installer Script automates the process of downloading and installing the Go programming language on Linux systems.
## Installation
To install Go using the installer script, run the following command in your terminal:
```bash
curl -sSL https://raw.githubusercontent.com/shadmeoli/go_installer/master/install_go.sh | bash -s -- --setup
```
