From 92a491fd4743afba4c132ba8f362d2eac59dc04b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 16:00:20 +0200 Subject: [PATCH] Need to install jq for the pkg-repos-accessible to work --- install/preflight/aur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/preflight/aur.sh b/install/preflight/aur.sh index 359f83ab..a7fd85ae 100644 --- a/install/preflight/aur.sh +++ b/install/preflight/aur.sh @@ -1,7 +1,7 @@ #!/bin/bash # Install build tools -sudo pacman -Sy --needed --noconfirm base-devel +sudo pacman -Sy --needed --noconfirm base-devel jq # Ensure package repositories are accessible before proceeding omarchy-pkg-repos-accessible