1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

Add armv6l and armv7l

This commit is contained in:
Yamashita Yuu
2014-02-08 01:02:59 +09:00
parent 00da261211
commit 800ccaa5e3
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ case "$(uname -s)" in
package_name="pypy-2.1"
package_url="https://bitbucket.org/pypy/pypy/downloads/pypy-2.1-linux-armel.tar.bz2#48cdb54c54153d219670a8a56364e9cb"
;;
"armhf" )
"armhf" | "armv6l" | "armv7l" )
case "$(cat /etc/issue 2>/dev/null || true)" in
"Raspbian"* )
package_name="pypy-2.1"