Update vault_setup.sh

pull/26/head
tteckster 3 years ago committed by GitHub
parent 4c57876b49
commit 2ca240f637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,8 +64,8 @@ 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
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc &>/dev/null
export PATH=~/.cargo/bin:$PATH &>/dev/null
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc \
export PATH=~/.cargo/bin:$PATH \
which rustc &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Node.js... \e[0m"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.