From 59eaa00248d13388dac21843539b609197067837 Mon Sep 17 00:00:00 2001 From: ras0q Date: Fri, 13 Dec 2024 19:53:02 +0900 Subject: [PATCH] :bug: --no-modify-path --- setup/rustup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/rustup.sh b/setup/rustup.sh index a4ce156..76cca66 100755 --- a/setup/rustup.sh +++ b/setup/rustup.sh @@ -3,4 +3,4 @@ # REF: https://www.rust-lang.org/tools/install $__STEP__ "Install rustup" -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path