Files
omarchy/migrations/1751134559.sh
2025-10-15 18:22:03 +03:00

11 lines
377 B
Bash

echo "Add Omarchy Package Repository"
sudo cp -f ~/.local/share/omarchy/default/pacman/mirrorlist /etc/pacman.d/mirrorlist
if ! grep -q "omarchy" /etc/pacman.conf; then
sudo sed -i '/^\[core\]/i [omarchy]\nSigLevel = Optional TrustAll\nServer = https:\/\/pkgs.omarchy.org\/$arch\n' /etc/pacman.conf
fi
sudo systemctl restart systemd-timesyncd
sudo pacman -Syu --noconfirm