Utils
This commit is contained in:
@@ -26,7 +26,7 @@ function install() {
|
||||
echo -e "${C_LGn}Update & Upgrade your system ...${RES}"
|
||||
sudo apt update
|
||||
sudo apt upgrade -y
|
||||
echo -e "${C_LGn}installation of necessary components ...${RES}"
|
||||
echo -e "${C_LGn}Installation of necessary components ...${RES}"
|
||||
sudo apt install tar wget git make -y
|
||||
cd "$HOME"
|
||||
wget -t 5 "https://go.dev/dl/go${go_version}.linux-amd64.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user