Commit 5cb82540 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

`install.sh`: update install url

parent d7849a1d
......@@ -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() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment