Revert "[Wastebin] Fix Rust install"

This reverts commit cd45e67a0a.
This commit is contained in:
Sam Heinz
2024-04-14 19:16:58 +10:00
parent a765af6e48
commit f838caa110
+2 -4
View File
@@ -28,11 +28,9 @@ $STD apt-get install -y --no-install-recommends \
ca-certificates ca-certificates
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Rust" msg_info "Installing Rust (Patience)"
$STD 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
echo 'export PATH=~/.cargo/bin:$PATH' >>~/.bashrc source ~/.cargo/env
export PATH=~/.cargo/bin:$PATH
rm index.html
msg_ok "Installed Rust" msg_ok "Installed Rust"
msg_info "Installing Wastebin (Patience)" msg_info "Installing Wastebin (Patience)"