Update wastebin-install.sh

This commit is contained in:
CanbiZ 2024-03-11 15:57:47 +01:00 committed by GitHub
parent a5ca4aa141
commit 701fc589af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"