From edf0bb31288bdd0e6af95957d4a902a9ea8e2519 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:46:01 +0200 Subject: [PATCH] Give it a few tries --- bin/omarchy-pkg-aur-accessible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-pkg-aur-accessible b/bin/omarchy-pkg-aur-accessible index 4064153a..1edc0c8e 100755 --- a/bin/omarchy-pkg-aur-accessible +++ b/bin/omarchy-pkg-aur-accessible @@ -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