mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 03:00:11 +00:00
[provisioning] Silence pyenv download
This commit is contained in:
parent
1e7fc14229
commit
9490f3655f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ case $_PLATFORM in
|
|||
_apt $dep
|
||||
done
|
||||
if [ ! -d ~/.pyenv ]; then
|
||||
_run "[git] Install pyenv" bash <(curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer)
|
||||
_run "[git] Install pyenv" bash <(curl -q -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer)
|
||||
else
|
||||
_run "[git] Upgrade pyenv" git -C $(pyenv root) pull
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue