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