From 791b0ce9f34c3161e6b49a4628537e519e6b8ec1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 May 2026 11:57:13 +0200 Subject: [PATCH] Fix not removing walker --- migrations/1777542438.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1777542438.sh b/migrations/1777542438.sh index a834ca2c..b9df949a 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 - yes | sudo pacman -S --needed elephant-all + yes | sudo pacman -S --needed elephant-all walker sudo pacman -R --noconfirm omarchy-walker fi