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
+3
View File
@@ -1,6 +1,8 @@
#! /bin/bash --
[ ! -z "${GREZZO_1577142035}" ] && return; GREZZO_1577142035=0
. "$(this_script_path)/curl.sh"
function feat_addpacks_pip_dev() {
if ! feat_missing "apt-get"; then
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
@@ -24,6 +26,7 @@ function feat_addpacks_pip_dev() {
}
function feat_add_pip() {
feat_needed curl
feat_addpacks_pip_dev
sed -n -e '/# Load pyenv automatically/,$p' \
<(curl https://pyenv.run | bash 2>&1) \