"git@developer.sourcefind.cn:OpenDAS/torchani.git" did not exist on "0ce36d8257ec87cba9ab4321d01efa6815f9d5ae"
Commit 6e6b6559 authored by Michael Yang's avatar Michael Yang
Browse files

update install.sh

parent 110ae89a
...@@ -52,7 +52,7 @@ if [ -n "$NEEDS" ]; then ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment