We have those from the pacman runner

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

View File

@ -1,8 +1,5 @@
#!/bin/bash
# Install build tools
sudo pacman -Sy --needed --noconfirm base-devel jq
# Only add Chaotic-AUR if the architecture is x86_64 so ARM users can build the packages
if [[ "$(uname -m)" == "x86_64" ]] && [ -z "$DISABLE_CHAOTIC" ] && ! command -v yay &>/dev/null; then
# Try installing Chaotic-AUR keyring and mirrorlist