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 -