Fix package reference to use the Omarchy package

Closes #1385
This commit is contained in:
David Heinemeier Hansson
2025-09-07 21:11:42 +02:00
parent 633b5da37e
commit 597c2f58eb

View File

@@ -234,7 +234,7 @@ show_install_ai_menu() {
*Studio*) install "LM Studio" "lmstudio" ;;
*Ollama*) install "Ollama" $ollama_pkg ;;
*Crush*) install "Crush" "crush-bin" ;;
*opencode*) install "opencode" "opencode-bin" ;;
*opencode*) install "opencode" "opencode" ;;
*) show_install_menu ;;
esac
}