mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
13 lines
399 B
Bash
13 lines
399 B
Bash
# Configure pacman
|
|
sudo cp -f /usr/share/omarchy/default/pacman/pacman.conf /etc/pacman.conf
|
|
sudo cp -f /usr/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://github.com/NoaHimesaka1873/arch-mact2-mirror/releases/download/release
|
|
SigLevel = Never
|
|
EOF
|
|
fi
|