Drop Chaotic-AUR repository now that we have OPR (#1264)

* Drop Chaotic AUR repo

Now that we have the AUR packages we need on the OPR, we don't need this
as a default.

* Fix escape issue and rename so it will run again
This commit is contained in:
David Heinemeier Hansson
2025-08-28 21:50:49 +02:00
committed by GitHub
parent f16908d701
commit a21ace2ee7
4 changed files with 7 additions and 42 deletions

7
migrations/1756360552.sh Normal file
View File

@@ -0,0 +1,7 @@
echo "Move Omarchy Package Repository after Arch core/extra/multilib and remove AUR"
sudo cp /etc/pacman.conf /etc/pacman.conf.bak
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/\$arch/" >> /etc/pacman.conf'
sudo pacman -Syu --noconfirm