diff --git a/danio_gcc.sh b/danio_gcc.sh index c6c8d28..b7db730 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -311,7 +311,7 @@ else while :; do clear || reset echo "Please type glibc (gnu-library-c) version or type \"master\" then press enter" - wget --no-check-cert -q -O - "http://api.github.com/repos/bminor/glibc/branches" | jq -r .[].name | grep "release" | sort + wget --no-check-cert -q -O - "http://api.github.com/repos/bminor/glibc/branches?page=3&per_page=100" | jq -r ".[] | select(.name | contains(\"release\")).name" | sort read glibc_version export glibc_version="${glibc_version}" if [ "${glibc_version}" != "" ]; then