From 6f444ed1166de9d3138a552ded2f67ad3cd39e93 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 2 May 2026 16:27:33 +0200 Subject: [PATCH] Correct the order --- migrations/1777542438.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1777542438.sh b/migrations/1777542438.sh index 937fd4b9..a834ca2c 100644 --- a/migrations/1777542438.sh +++ b/migrations/1777542438.sh @@ -1,6 +1,6 @@ echo "Replace coterie of individual Elephant packages with the single elephant-all package" if omarchy-pkg-present omarchy-walker; then - sudo pacman -R --noconfirm omarchy-walker yes | sudo pacman -S --needed elephant-all + sudo pacman -R --noconfirm omarchy-walker fi