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 rm -f ollama || true
|
||||||
docker pull ollama/ollama
|
docker pull ollama/ollama
|
||||||
# CPU Only
|
# CPU Only
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue