This commit is contained in:
2022-09-05 14:34:31 +03:00
parent ab7b662756
commit 48f382f31c
7 changed files with 255 additions and 4 deletions
+1 -1
View File
@@ -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