From 86b03357d0249e4020e65fa9b508110dc41dbeee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 09:43:16 +0200 Subject: [PATCH] yay is no longer special --- install/packages.sh | 1 + install/preflight/repositories.sh | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/install/packages.sh b/install/packages.sh index af5f0364..114e3d21 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -120,4 +120,5 @@ sudo pacman -S --noconfirm --needed \ xmlstarlet \ xournalpp \ yaru-icon-theme \ + yay \ zoxide diff --git a/install/preflight/repositories.sh b/install/preflight/repositories.sh index 7bb103a5..7aaafd47 100755 --- a/install/preflight/repositories.sh +++ b/install/preflight/repositories.sh @@ -17,9 +17,6 @@ fi echo -e "Server = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch\nServer = https://mirror.rackspace.com/archlinux/\$repo/os/\$arch" | sudo tee /etc/pacman.d/mirrorlist >/dev/null -# Install yay from Omarchy repository -sudo pacman -Sy --needed --noconfirm yay - # 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" ]; then # Try installing Chaotic-AUR keyring and mirrorlist