From 6e6b6559560471c58f3599159bda28e72e09b588 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Mon, 25 Sep 2023 18:09:34 -0700 Subject: [PATCH] update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index ba2e8853..f63f5ff0 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -52,7 +52,7 @@ if [ -n "$NEEDS" ]; then fi status "Downloading ollama..." -$SUDO 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.ai/download/ollama-linux-$ARCH" status "Installing ollama to /usr/bin..." $SUDO install -o0 -g0 -m755 -d /usr/bin