Skip to content

MuhammadOsamaNawab/AutoInstallGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OsamaNawab Golang

Golang Auto Installation In Linux


Requirements

Linux

Kernel version 2.6.32 or later. Linux/ARMv5 requires much newer kernels, at least v3.1(for Kuser Cmpxchg64)

We don't support CentOS 5. The kernel is too old (2.6.18).

VPS (Virtual Private Server)

Ubuntu 22.04.2 LTS (GNU/Linux 64 & x86)

Installation

Installation is simple. It can be installed from using the following command:

$ sudo apt update && sudo apt upgrade -y
$ sudo apt install zip unzip -y
$ unzip installgo.zip
$ chmod +x installgo && chmod +x installgomod
$ ./installgo
$ GOROOT=/usr/local/go && GOPATH=$HOME && PATH=$GOPATH/bin:$GOROOT/bin:$PATH
$ go env -w GO111MODULE=off
$ ./installgomod

Author

Line

Telegram

About

Automatically Install Golang 1.20.4.linux-amd64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published