mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 16:57:04 +00:00
update install.sh
This commit is contained in:
@@ -52,7 +52,7 @@ if [ -n "$NEEDS" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
status "Downloading ollama..."
|
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..."
|
status "Installing ollama to /usr/bin..."
|
||||||
$SUDO install -o0 -g0 -m755 -d /usr/bin
|
$SUDO install -o0 -g0 -m755 -d /usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user