mirror of https://github.com/tteck/Proxmox.git
Update vault_setup.sh
This commit is contained in:
parent
b5c83daf7a
commit
fc49a02107
|
@ -64,7 +64,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Build Essentials... \e[0m"
|
|||
apt-get install -y build-essential &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m"
|
||||
curl https://sh.rustup.rs -sSf | sh -y
|
||||
curl https://sh.rustup.rs -sSf | sh -s
|
||||
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
which rustc &>/dev/null
|
||||
|
|
Loading…
Reference in New Issue