switch to branches instead of tags

This commit is contained in:
Daniel
2019-11-08 18:45:20 +01:00
parent 354b356fea
commit 6bf4d06d95
+1 -1
View File
@@ -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