Files
arthur-os/bin/omarchy-pkg-aur-accessible
2026-04-28 12:03:46 -04:00

7 lines
224 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Returns true if the AUR is up and available.
curl -sf --connect-timeout 30 --retry 3 --retry-delay 3 -A "omarchy-update" \
"https://aur.archlinux.org/rpc/?v=5&type=info&arg=base" >/dev/null