From c5fffc2f1d8234c65354d337321bd51261ba1d21 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 22:04:32 +0200 Subject: [PATCH] Use new Omarchy mirror as primary mirror --- migrations/1756411333.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/1756411333.sh diff --git a/migrations/1756411333.sh b/migrations/1756411333.sh new file mode 100644 index 0000000..b2c8c2c --- /dev/null +++ b/migrations/1756411333.sh @@ -0,0 +1,4 @@ +echo "Use new Omarchy mirror as default" + +echo -e "Server = https://mirror.omarchy.org/\$repo/os/\$arch\nServer = https://mirror.rackspace.com/archlinux/\$repo/os/\$arch\nServer = https://geo.mirror.pkgbuild.com/\$repo/os/\$arch" | + sudo tee /etc/pacman.d/mirrorlist >/dev/null