Try harder to ensure that even online installs have the intended packages for their channel

This commit is contained in:
David Heinemeier Hansson
2026-02-21 18:11:04 +01:00
parent ac3a5ca32e
commit 3936378ca5
2 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ if [[ -n ${OMARCHY_ONLINE_INSTALL:-} ]]; then
omarchy-pkg-add omarchy-keyring
# Refresh all repos
sudo pacman -Syyu --noconfirm
sudo pacman -Syyuu --noconfirm
fi