Skip to content

Commit

Permalink
Use git://github.com to fix problem with ancient Git (refs #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Jul 3, 2014
1 parent 7b043a2 commit ee94cf5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bin/pyenv-installer
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ if ! command -v git 1>/dev/null 2>&1; then
exit 1
fi

checkout "https://github.com/yyuu/pyenv.git" "${PYENV_ROOT}"
checkout "https://github.com/yyuu/pyenv-doctor.git" "${PYENV_ROOT}/plugins/pyenv-doctor"
checkout "https://github.com/yyuu/pyenv-installer.git" "${PYENV_ROOT}/plugins/pyenv-installer"
checkout "https://github.com/yyuu/pyenv-pip-rehash.git" "${PYENV_ROOT}/plugins/pyenv-pip-rehash"
checkout "https://github.com/yyuu/pyenv-update.git" "${PYENV_ROOT}/plugins/pyenv-update"
checkout "https://github.com/yyuu/pyenv-virtualenv.git" "${PYENV_ROOT}/plugins/pyenv-virtualenv"
checkout "https://github.com/yyuu/pyenv-which-ext.git" "${PYENV_ROOT}/plugins/pyenv-which-ext"
checkout "git://github.com/yyuu/pyenv.git" "${PYENV_ROOT}"
checkout "git://github.com/yyuu/pyenv-doctor.git" "${PYENV_ROOT}/plugins/pyenv-doctor"
checkout "git://github.com/yyuu/pyenv-installer.git" "${PYENV_ROOT}/plugins/pyenv-installer"
checkout "git://github.com/yyuu/pyenv-pip-rehash.git" "${PYENV_ROOT}/plugins/pyenv-pip-rehash"
checkout "git://github.com/yyuu/pyenv-update.git" "${PYENV_ROOT}/plugins/pyenv-update"
checkout "git://github.com/yyuu/pyenv-virtualenv.git" "${PYENV_ROOT}/plugins/pyenv-virtualenv"
checkout "git://github.com/yyuu/pyenv-which-ext.git" "${PYENV_ROOT}/plugins/pyenv-which-ext"

if ! command -v pyenv 1>/dev/null; then
{ echo
Expand Down

0 comments on commit ee94cf5

Please sign in to comment.