Update vault_setup.sh

This commit is contained in:
tteckster 2022-02-03 19:51:39 -05:00 committed by GitHub
parent 2ca240f637
commit e7734c799e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ apt-get -qqy install \
echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m"
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 \
export PATH=~/.cargo/bin:$PATH \
which rustc &>/dev/null