aggiornamenti secondo le ultime specifiche

This commit is contained in:
2024-04-08 16:58:38 +02:00
parent 8ee618dc47
commit 5367cae534
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
function feat_add_rustup() {
feat_needed "curl"
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 --profile minimal
. "$HOME/.cargo/env"
}