diff --git a/danio_gcc.sh b/danio_gcc.sh index 29427d9..c6c8d28 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/tags" | jq -r .[].name | sort + wget --no-check-cert -q -O - "http://api.github.com/repos/bminor/glibc/branches" | jq -r .[].name | grep "release" | sort read glibc_version export glibc_version="${glibc_version}" if [ "${glibc_version}" != "" ]; then