Apply suggestion from @BruceMacD

This commit is contained in:
Bruce MacDonald
2026-02-19 10:00:13 -08:00
committed by GitHub
parent 34515870ce
commit 917b131636

View File

@@ -95,7 +95,7 @@ if [ "$OS" = "Darwin" ]; then
open -a Ollama --args hidden open -a Ollama --args hidden
fi fi
status "Install complete. Run 'ollama' to get started." status "Install complete. You can now run 'ollama'."
exit 0 exit 0
fi fi