omarchy/install/preflight/mirrorlist.sh
David Heinemeier Hansson ccf13e5902 Don't need this update
2025-08-24 11:49:49 +02:00

6 lines
158 B
Bash

#!/bin/bash
# Set mirror to single geo setup
echo 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch' |
sudo tee /etc/pacman.d/mirrorlist >/dev/null