mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
First swing at t2 support
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# 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
|
||||
echo "Adding T2 MacBook repository to pacman.conf..."
|
||||
cat <<EOF | sudo tee -a /etc/pacman.conf >/dev/null
|
||||
|
||||
[arch-mact2]
|
||||
Server = https://mirror.omarchy.org/\$repo/\$arch
|
||||
SigLevel = Never
|
||||
EOF
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user