Just refresh the whole pacman config

This commit is contained in:
David Heinemeier Hansson
2025-11-21 19:28:50 +01:00
parent 033afbbc00
commit f968f2012a

View File

@@ -1,7 +1,4 @@
echo "Move Omarchy Package Repository after Arch core/extra/multilib and remove AUR" echo "Move Omarchy Package Repository after Arch core/extra/multilib and remove AUR"
sudo cp /etc/pacman.conf /etc/pacman.conf.bak omarchy-refresh-pacman
sudo sed -i '/\[omarchy\]/,+2 d' /etc/pacman.conf
sudo sed -i '/\[chaotic-aur\]/,+2 d' /etc/pacman.conf
sudo bash -c 'echo -e "\n[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/stable/\$arch" >> /etc/pacman.conf'
sudo pacman -Syu --noconfirm sudo pacman -Syu --noconfirm