mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 09:42:10 +01:00
update install.sh
This commit is contained in:
parent
110ae89a6c
commit
6e6b655956
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user