From 55cb2498b3da37e84e8bf1f745b9de6ee6e0b759 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Tue, 17 Feb 2026 16:07:39 -0500 Subject: [PATCH] Hotfix: Swap lmstudio -> lmstudio-bin --- migrations/1771345870.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 migrations/1771345870.sh diff --git a/migrations/1771345870.sh b/migrations/1771345870.sh new file mode 100644 index 00000000..ca605ba1 --- /dev/null +++ b/migrations/1771345870.sh @@ -0,0 +1,7 @@ +if pacman -Q lmstudio &>/dev/null; then + echo "Switch lmstudio -> lmstudio-bin" + + omarchy-pkg-drop lmstudio + omarchy-pkg-add lmstudio-bin +fi +