Get rid of -Sy and -Syy

This commit is contained in:
David Heinemeier Hansson
2025-08-27 14:45:59 +02:00
parent e5927fc1b2
commit 4cbc8eef43
4 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ ansi_art=' ▄▄▄
clear
echo -e "\n$ansi_art\n"
sudo pacman -Sy --noconfirm --needed git
sudo pacman -Syu --noconfirm --needed git
# Use custom repo if specified, otherwise default to basecamp/omarchy
OMARCHY_REPO="${OMARCHY_REPO:-basecamp/omarchy}"