Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 623 Bytes

go-install

Bash script for installing Golang in operating systems such as Arch / CentOS / Debian / OpenSUSE.

Filesystem Hierarchy Standard (FHS)

Upstream URL: Golang

Default:
Installed: /usr/lib/go/
Installed: /usr/sbin/go (soft link)

Usage

Install Golang

bash -c "$(curl -L https://github.com/chise0713/go-install/raw/master/install.sh)" @ install

Remove Golang

bash -c "$(curl -L https://github.com/chise0713/go-install/raw/master/install.sh)" @ remove