mirror of https://github.com/tteck/Proxmox.git
Update wastebin-install.sh
This commit is contained in:
parent
a5ca4aa141
commit
701fc589af
|
@ -26,7 +26,7 @@ $STD apt-get install -y --no-install-recommends \
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Rust (Patience)"
|
msg_info "Installing Rust (Patience)"
|
||||||
bash <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) -y
|
$STD bash <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) -y
|
||||||
source ~/.cargo/env
|
source ~/.cargo/env
|
||||||
msg_ok "Installed Rust"
|
msg_ok "Installed Rust"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue