mitulagr2 commited on
Commit
008b348
·
1 Parent(s): 6bb4883

Update start_service.sh

Browse files
Files changed (1) hide show
  1. start_service.sh +1 -1
start_service.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/sh
2
 
3
  #
4
- curl -fsSL https://ollama.com/install.sh | sh
5
 
6
  # Start Ollama in the background
7
  ollama serve &
 
1
  #!/bin/sh
2
 
3
  #
4
+ sudo curl -fsSL https://ollama.com/install.sh | sh
5
 
6
  # Start Ollama in the background
7
  ollama serve &