Update domain name references in docs and install script (#2435)

This commit is contained in:
Jeffrey Morgan
2024-02-09 15:19:30 -08:00
committed by GitHub
parent 42b797ed9c
commit 1c8435ffa9
13 changed files with 43 additions and 40 deletions

View File

@@ -61,7 +61,7 @@ if [ -n "$NEEDS" ]; then
fi
status "Downloading ollama..."
curl --fail --show-error --location --progress-bar -o $TEMP_DIR/ollama "https://ollama.ai/download/ollama-linux-$ARCH"
curl --fail --show-error --location --progress-bar -o $TEMP_DIR/ollama "https://ollama.com/download/ollama-linux-$ARCH"
for BINDIR in /usr/local/bin /usr/bin /bin; do
echo $PATH | grep -q $BINDIR && break || continue