From 6bf4d06d95f2d61cea270f36fb3bf7f6281fe993 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 Nov 2019 18:45:20 +0100 Subject: [PATCH] switch to branches instead of tags --- danio_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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