Need to install jq for the pkg-repos-accessible to work

This commit is contained in:
David Heinemeier Hansson 2025-08-24 16:00:20 +02:00
parent 8b192c30e1
commit 92a491fd47

View File

@ -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