„download_count_github_releases“ ändern
This commit is contained in:
@@ -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 '"'
|
||||
|
Reference in New Issue
Block a user