Explorar o código

chore: add shebang to shell scripts

Tanvir hai 1 ano
pai
achega
e6e05d4641
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      run-ollama-docker.sh
  2. 2 0
      run.sh

+ 2 - 0
run-ollama-docker.sh

@@ -1,3 +1,5 @@
+#!/bin/bash
+
 docker rm -f ollama || true
 docker pull ollama/ollama
 # CPU Only

+ 2 - 0
run.sh

@@ -1,3 +1,5 @@
+#!/bin/bash
+
 docker build -t ollama-webui .
 docker stop ollama-webui || true
 docker rm ollama-webui || true