Skip to content

fix: Add missing import to ollama installer#1223

Open
George-Fam wants to merge 1 commit intoChrisTitusTech:mainfrom
George-Fam:main
Open

fix: Add missing import to ollama installer#1223
George-Fam wants to merge 1 commit intoChrisTitusTech:mainfrom
George-Fam:main

Conversation

@George-Fam
Copy link
Copy Markdown

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Security patch
  • UI/UX improvement

Description

This PR fixes a missing common-service-script.sh source in core/tabs/utils/ollama.sh.

Without this, the script fails when attempting to call startService during the Ollama installation step, since that function is defined in common-service-script.sh and was never being sourced. The fix is a one-line addition at the top of the script:

. ../common-service-script.sh

Issues / other PRs related

Screenshots (if applicable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing import in ollama.sh

2 participants