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
+2
View File
@@ -2,9 +2,11 @@
[ ! -z "${GREZZO_1577142078}" ] && return; GREZZO_1577142078=0
. "$(this_script_path)/pip.sh"
. "$(this_script_path)/curl.sh"
function feat_add_poetry() {
feat_needed "pip"
feat_needed "curl"
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
. "$HOME/.poetry/env"
}