Fix not removing walker

This commit is contained in:
David Heinemeier Hansson
2026-05-03 11:57:13 +02:00
parent 5066ae8d34
commit 791b0ce9f3
+1 -1
View File
@@ -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