curl e rustup

This commit is contained in:
2020-11-02 13:48:53 +01:00
parent fd7f544fa8
commit de29dcc6c1
4 changed files with 33 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#! /bin/bash --
[ ! -z "${GREZZO_1604315952}" ] && return; GREZZO_1604315952=0
. "$(this_script_path)/curl.sh"
function feat_add_rustup() {
feat_needed "curl"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
}