From 378baec7cf1ffc08a3c27391c906adb2b98ce5fb Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Jun 2024 15:17:19 +0000 Subject: chore: remove unused --- bin/rust.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 bin/rust.sh (limited to 'bin/rust.sh') diff --git a/bin/rust.sh b/bin/rust.sh deleted file mode 100644 index 96c9c5d..0000000 --- a/bin/rust.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -# https://github.com/ogham/exa/blob/dc5c42a0f240a52f5b102cf965b98ecc2bc328c2/Vagrantfile#L55 - -echo ">>> Installing Rust" -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal --component rustc,rust-std,cargo,clippy -y > /dev/null -source $HOME/.cargo/env -- cgit v1.2.3