mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
chore: add shebang to shell scripts
This commit is contained in:
parent
d71e3c9d82
commit
e6e05d4641
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker rm -f ollama || true
|
||||
docker pull ollama/ollama
|
||||
# CPU Only
|
||||
|
Loading…
Reference in New Issue
Block a user