Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T10:30:05.000Z (5 months ago)
- Last Synced: 2024-09-27T14:03:04.631Z (about 1 month ago)
- Topics: automation, cli, curl, golang, linux, macos, shell-script
- Language: Shell
- Homepage:
- Size: 968 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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
```![cmd](install_go.gif)