So the migration doesn't appear anonymous even when lmstudio isn't installed

This commit is contained in:
David Heinemeier Hansson
2026-02-18 09:25:14 +01:00
parent 55cb2498b3
commit 0c50bd893f
+2 -3
View File
@@ -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