From ae8c76f58292a7080a6e677d29aaf4f52d8b00f0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 20:24:50 +0200 Subject: [PATCH] Refresh chaotic-AUR --- install/preflight/repositories.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/preflight/repositories.sh b/install/preflight/repositories.sh index fff212d5..79c3d8ec 100644 --- a/install/preflight/repositories.sh +++ b/install/preflight/repositories.sh @@ -29,6 +29,9 @@ if [[ "$(uname -m)" == "x86_64" ]] && [ -z "$DISABLE_CHAOTIC" ]; then if ! grep -q "chaotic-aur" /etc/pacman.conf; then echo -e '\n[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist' | sudo tee -a /etc/pacman.conf >/dev/null fi + + # Refresh all repos + sudo pacman -Sy else echo -e "Failed to install Chaotic-AUR, so won't include it in pacman config!" fi