yay is no longer special
This commit is contained in:
parent
186912ca1d
commit
86b03357d0
@ -120,4 +120,5 @@ sudo pacman -S --noconfirm --needed \
|
||||
xmlstarlet \
|
||||
xournalpp \
|
||||
yaru-icon-theme \
|
||||
yay \
|
||||
zoxide
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user