File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function update_script() {
3636 msg_info " Stopping Service"
3737 systemctl stop ollama
3838 msg_ok " Stopped Service"
39- curl -fsCSLO https://ollama.com/download/ollama-linux-amd64.tgz
39+ curl -fsSLO -C - https://ollama.com/download/ollama-linux-amd64.tgz
4040 rm -rf /usr/lib/ollama
4141 rm -rf /usr/bin/ollama
4242 tar -C /usr -xzf ollama-linux-amd64.tgz
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ msg_ok "Installed Open WebUI"
4848read -r -p " ${TAB3} Would you like to add Ollama? <y/N> " prompt
4949if [[ ${prompt,,} =~ ^(y| yes)$ ]]; then
5050 msg_info " Installing Ollama"
51- curl -fsCSLO https://ollama.com/download/ollama-linux-amd64.tgz
51+ curl -fsSLO -C - https://ollama.com/download/ollama-linux-amd64.tgz
5252 tar -C /usr -xzf ollama-linux-amd64.tgz
5353 rm -rf ollama-linux-amd64.tgz
5454 cat << EOF >/etc/systemd/system/ollama.service
You can’t perform that action at this time.
0 commit comments