Don't need this update

This commit is contained in:
David Heinemeier Hansson 2025-08-24 11:49:49 +02:00
parent 9ed755b445
commit ccf13e5902

View File

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