mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-11 04:53:47 -05:00
add i786
This commit is contained in:
@@ -4,7 +4,7 @@ case "$(uname -s)" in
|
||||
;;
|
||||
"Linux" )
|
||||
case "$(uname -m)" in
|
||||
"i386" | "i486" | "i586" | "i686")
|
||||
"i386" | "i486" | "i586" | "i686" | "i786" )
|
||||
PYPY_URL="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-linux.tar.bz2#c4a1d11e0283a390d9e9b801a4633b9f"
|
||||
;;
|
||||
"x86_64" )
|
||||
|
||||
Reference in New Issue
Block a user