kiss-outdated: change curl's user-agent from the default

Repology seems to have started to reply to curl with 403, but changing
the user-agent fixes it.
This commit is contained in:
phoebos 2024-04-17 23:36:41 +01:00
parent aff0d16469
commit a8d5e0f73f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ get_outdated() {
mkcd "$tmp/${repo##*/}"
curl -SsZ --parallel-max 16 --remote-name-all "$@" ||
curl -SsZA 'kiss-outdated' --parallel-max 16 --remote-name-all "$@" ||
die 'fatal: network error'
for _pkg in "$OLDPWD"/*/; do