Give it a few tries

This commit is contained in:
David Heinemeier Hansson 2025-08-24 17:46:01 +02:00
parent 960cbbd591
commit edf0bb3128

View File

@ -1,5 +1,5 @@
#!/bin/bash
curl -sf --connect-timeout 30 -A "omarchy-update" \
curl -sf --connect-timeout 30 --retry 3 --retry-delay 3 -A "omarchy-update" \
"https://aur.archlinux.org/rpc/?v=5&type=info&arg=base" |
jq -e empty >/dev/null