Revert "Update packages as the very first thing"

This reverts commit 351d8ac938.
This commit is contained in:
David Heinemeier Hansson
2025-10-15 18:25:05 +03:00
parent 351d8ac938
commit c0dc0a0e47
2 changed files with 6 additions and 4 deletions

View File

@@ -1,10 +1,9 @@
echo "Add Omarchy Package Repository" echo "Add Omarchy Package Repository"
sudo cp -f ~/.local/share/omarchy/default/pacman/mirrorlist /etc/pacman.d/mirrorlist omarchy-refresh-pacman-mirrorlist
if ! grep -q "omarchy" /etc/pacman.conf; then 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 sudo sed -i '/^\[core\]/i [omarchy]\nSigLevel = Optional TrustAll\nServer = https:\/\/pkgs.omarchy.org\/$arch\n' /etc/pacman.conf
sudo systemctl restart systemd-timesyncd
sudo pacman -Syu --noconfirm
fi fi
sudo systemctl restart systemd-timesyncd
sudo pacman -Syu --noconfirm

3
migrations/1751134562.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Ensure all indexes and packages are up to date"
sudo pacman -Syu --noconfirm