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