Hotfix: Swap lmstudio -> lmstudio-bin

This commit is contained in:
Ryan Hughes
2026-02-17 16:07:39 -05:00
parent 9aff0d4b3b
commit 55cb2498b3
+7
View File
@@ -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