From ab7b662756bd6cc958ed48dbed84a10687fcd3d3 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 5 Sep 2022 13:24:36 +0300 Subject: [PATCH] Utils --- Installers/rust.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Installers/rust.sh b/Installers/rust.sh index 5240bab..25dd441 100644 --- a/Installers/rust.sh +++ b/Installers/rust.sh @@ -46,10 +46,13 @@ done # Functions install() { - echo -e "${C_LGn}Rust installation...${RES}" + + 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}" 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 echo -e "${C_R}^ X Don't do that X ^${RES}\n" . $HOME/.cargo/env