curl e rustup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user