Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

A simple bash script to help Linux users install go and setup it up to path.

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)