Browse Source

`install.sh`: update install url

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
5cb82540c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/install.sh

+ 1 - 1
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() {