From 0c50bd893fe1c0f1eecaaf0acd1ac08b1e801db5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 18 Feb 2026 09:25:14 +0100 Subject: [PATCH] So the migration doesn't appear anonymous even when lmstudio isn't installed --- migrations/1771345870.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/migrations/1771345870.sh b/migrations/1771345870.sh index ca605ba1..3af93cd5 100644 --- a/migrations/1771345870.sh +++ b/migrations/1771345870.sh @@ -1,7 +1,6 @@ -if pacman -Q lmstudio &>/dev/null; then - echo "Switch lmstudio -> lmstudio-bin" +echo "Switch lmstudio -> lmstudio-bin" +if pacman -Q lmstudio &>/dev/null; then omarchy-pkg-drop lmstudio omarchy-pkg-add lmstudio-bin fi -