Merge pull request #305 from kubespray/upgrade_coreos_pypy
upgrade pypy version
This commit is contained in:
commit
dc90c594c6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if [[ -e $BINDIR/.bootstrapped ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYPY_VERSION=2.4.0
|
PYPY_VERSION=5.1.0
|
||||||
|
|
||||||
wget -O - https://bitbucket.org/pypy/pypy/downloads/pypy-$PYPY_VERSION-linux64.tar.bz2 |tar -xjf -
|
wget -O - https://bitbucket.org/pypy/pypy/downloads/pypy-$PYPY_VERSION-linux64.tar.bz2 |tar -xjf -
|
||||||
mv -n pypy-$PYPY_VERSION-linux64 pypy
|
mv -n pypy-$PYPY_VERSION-linux64 pypy
|
||||||
|
|
Loading…
Reference in a new issue