Upgrade the system after the potentially missing omarchy repo has been added

This commit is contained in:
David Heinemeier Hansson
2025-08-28 15:40:45 +02:00
parent 005d286f92
commit ba4f1f20fc

View File

@@ -4,3 +4,4 @@ sudo cp /etc/pacman.conf /etc/pacman.conf.bak
sudo sed -i '/\[omarchy\]/,+2 d' /etc/pacman.conf
sudo sed -i '/\[chaotic-aur\]/i\[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/$arch/\n' /etc/pacman.conf ||
sudo bash -c 'echo -e "\n[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/$arch/" >> /etc/pacman.conf'
sudo pacman -Syu --noconfirm