Utils
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
dive="false"
|
||||
action="install"
|
||||
|
||||
#. <(wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/bashbuilder/colors.sh) --
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh) --
|
||||
|
||||
function option_value() {
|
||||
@@ -25,7 +24,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 curl apt-transport-https ca-certificates gnupg lsb-release -y
|
||||
|
||||
echo -e "${C_LGn}Docker installation...${RES}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ 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 curl build-essential pkg-config libssl-dev libudev-dev clang make -y
|
||||
echo -e "${C_LGn}Rust installation...${RES}"
|
||||
curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
||||
Reference in New Issue
Block a user