Update wastebin-install.sh

pull/2640/head
CanbiZ 1 year ago committed by GitHub
parent a5ca4aa141
commit 701fc589af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      install/wastebin-install.sh

@ -26,7 +26,7 @@ $STD apt-get install -y --no-install-recommends \
msg_ok "Installed Dependencies"
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
msg_ok "Installed Rust"

Loading…
Cancel
Save