Use GitHub mirror for now

This commit is contained in:
Ryan Hughes
2025-09-14 13:40:59 -04:00
parent 8e3bb40da2
commit 1d38781a1f

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.funami.tech/arch-mact2/os/x86_64
Server = https://github.com/NoaHimesaka1873/arch-mact2-mirror/releases/download/release
SigLevel = Never
EOF
fi