diff --git a/migrations/1771345870.sh b/migrations/1771345870.sh new file mode 100644 index 00000000..3af93cd5 --- /dev/null +++ b/migrations/1771345870.sh @@ -0,0 +1,6 @@ +echo "Switch lmstudio -> lmstudio-bin" + +if pacman -Q lmstudio &>/dev/null; then + omarchy-pkg-drop lmstudio + omarchy-pkg-add lmstudio-bin +fi