mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-04 10:22:50 +00:00
fix openwebui update and installer (#7788)
* Update curl command to support resuming downloads * fix: correct curl command for downloading Ollama to support resuming
This commit is contained in:
@@ -36,7 +36,7 @@ function update_script() {
|
||||
msg_info "Stopping Service"
|
||||
systemctl stop ollama
|
||||
msg_ok "Stopped Service"
|
||||
curl -fsCSLO https://ollama.com/download/ollama-linux-amd64.tgz
|
||||
curl -fsSLO -C - https://ollama.com/download/ollama-linux-amd64.tgz
|
||||
rm -rf /usr/lib/ollama
|
||||
rm -rf /usr/bin/ollama
|
||||
tar -C /usr -xzf ollama-linux-amd64.tgz
|
||||
|
||||
Reference in New Issue
Block a user