From ccf13e5902c76618f7bc6938f2c1ac2897f9ce83 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 11:49:49 +0200 Subject: [PATCH] Don't need this update --- install/preflight/mirrorlist.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install/preflight/mirrorlist.sh b/install/preflight/mirrorlist.sh index 173bd442..3c5910f4 100644 --- a/install/preflight/mirrorlist.sh +++ b/install/preflight/mirrorlist.sh @@ -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