From 960cbbd59172170b4617d79a5e0f8046121a71fa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:44:01 +0200 Subject: [PATCH] We have those from the pacman runner --- install/preflight/aur.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/preflight/aur.sh b/install/preflight/aur.sh index 8f61c7a4..33767c16 100644 --- a/install/preflight/aur.sh +++ b/install/preflight/aur.sh @@ -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