From 6ce6f9464755fec25a119863f2afebaf01bc98c9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Apr 2026 17:20:45 +0200 Subject: [PATCH] Ensure we don't lose walker and elephant when we swap around --- migrations/1777542438.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1777542438.sh b/migrations/1777542438.sh index 0b9a52b8..8b1e17cc 100644 --- a/migrations/1777542438.sh +++ b/migrations/1777542438.sh @@ -10,5 +10,5 @@ if (( ${#elephant_packages[@]} > 0 )); then sudo pacman -Rns --noconfirm "${elephant_packages[@]}" fi -omarchy-pkg-add elephant-all +omarchy-pkg-add walker elephant elephant-all omarchy-restart-walker