„download_count_github_releases“ ändern

This commit is contained in:
2022-03-09 15:42:08 +01:00
parent 206375aa56
commit 777a14bc70

View File

@@ -1,4 +1,4 @@
ORG="ich777"
REPO="unraid-nvidia-driver"
curl -s https://api.github.com/repos/${ORG}/${REPO}/releases | egrep '"name"|"download_count"' | sed -e '/.md5/,+1d' | tr -d '"'
curl -s https://api.github.com/repos/${ORG}/${REPO}/releases?per_page=1000 | egrep '"name"|"download_count"' | sed -e '/.md5/,+1d' | tr -d '"'