mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 18:16:17 +00:00
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
|
apt-get install -y build-essential &>/dev/null
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m"
|
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
|
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
Block a user