install.sh
: update install url
This commit is contained in:
parent
d7849a1dc9
commit
5cb82540c9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ check_install_cuda_drivers() {
|
||||||
|
|
||||||
download_ollama() {
|
download_ollama() {
|
||||||
$SUDO_CMD mkdir -p /usr/bin
|
$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() {
|
configure_systemd() {
|
||||||
|
|
Loading…
Reference in a new issue