Try a different mirror for testing and need to use pacman for pkg update before we have yay

This commit is contained in:
David Heinemeier Hansson 2025-08-19 16:08:32 +02:00
parent 7721a0efca
commit 020d1309b0

View File

@ -1,8 +1,8 @@
# Set mirror to single geo setup
echo 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch' |
echo 'Server = http://mirror.23m.com/archlinux/$repo/os/$arch' |
sudo tee /etc/pacman.d/mirrorlist >/dev/null
# Update indexes if online
if ping -c5 omarchy.org &>/dev/null; then
yay -Syy
sudo pacman -Syy
fi