mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
142 B
Bash
7 lines
142 B
Bash
echo "Switch lmstudio -> lmstudio-bin"
|
|
|
|
if pacman -Q lmstudio &>/dev/null; then
|
|
omarchy-pkg-drop lmstudio
|
|
omarchy-pkg-add lmstudio-bin
|
|
fi
|