Browse Source

update install.sh

Michael Yang 1 year ago
parent
commit
6e6b655956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install.sh

+ 1 - 1
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