Files
omarchy/install/post-install/pacman.sh
Ryan Hughes b880a2c2e2 Trim
2025-09-14 13:43:19 -04:00

13 lines
369 B
Bash

# Configure pacman
sudo cp -f ~/.local/share/omarchy/default/pacman/pacman.conf /etc/pacman.conf
sudo cp -f ~/.local/share/omarchy/default/pacman/mirrorlist /etc/pacman.d/mirrorlist
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
SigLevel = Never
EOF
fi