From 5cb82540c9e18888217956f9bcb6206e3d0e4977 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 23 Sep 2023 09:35:14 -0400 Subject: [PATCH] `install.sh`: update install url --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 341eb713..614c2f81 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -112,7 +112,7 @@ check_install_cuda_drivers() { download_ollama() { $SUDO_CMD mkdir -p /usr/bin - $SUDO_CMD curl -fsSL -o /usr/bin/ollama "https://ollama.ai/download/latest/ollama-linux-$ARCH_SUFFIX" + $SUDO_CMD curl -fsSL -o /usr/bin/ollama "https://ollama.ai/download/ollama-linux-$ARCH_SUFFIX" } configure_systemd() {