switch to branches instead of tags
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user