Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
f983ef7f
"...sgl_kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "9aea255522e744259899cca4324f31d6696fcfc2"
Unverified
Commit
f983ef7f
authored
Feb 21, 2024
by
Josh
Committed by
GitHub
Feb 21, 2024
Browse files
Update install.sh success message
parent
1ae1c336
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/install.sh
scripts/install.sh
+1
-1
No files found.
scripts/install.sh
View file @
f983ef7f
...
@@ -72,7 +72,7 @@ $SUDO install -o0 -g0 -m755 -d $BINDIR
...
@@ -72,7 +72,7 @@ $SUDO install -o0 -g0 -m755 -d $BINDIR
$SUDO
install
-o0
-g0
-m755
$TEMP_DIR
/ollama
$BINDIR
/ollama
$SUDO
install
-o0
-g0
-m755
$TEMP_DIR
/ollama
$BINDIR
/ollama
install_success
()
{
install_success
()
{
status
'The Ollama API is now available at
0
.0.0.
0
:11434.'
status
'The Ollama API is now available at
127
.0.0.
1
:11434.'
status
'Install complete. Run "ollama" from the command line.'
status
'Install complete. Run "ollama" from the command line.'
}
}
trap
install_success EXIT
trap
install_success EXIT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment