Need to use official mirror until we have our own setup

This commit is contained in:
David Heinemeier Hansson
2025-09-14 14:02:03 +02:00
committed by Ryan Hughes
parent b880a2c2e2
commit 8e3bb40da2

View File

@@ -6,7 +6,7 @@ if lspci -nn | grep -q "106b:180[12]"; then
cat <<EOF | sudo tee -a /etc/pacman.conf >/dev/null
[arch-mact2]
Server = https://mirror.omarchy.org/\$repo/\$arch
Server = https://mirror.funami.tech/arch-mact2/os/x86_64
SigLevel = Never
EOF
fi