mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
Update install.sh
scripts: fix soft link of ollama pointing error
This commit is contained in:
parent
bebb6823c0
commit
d1ee29a1d4
|
|
@ -84,7 +84,7 @@ curl --fail --show-error --location --progress-bar \
|
|||
$SUDO tar -xzf - -C "$OLLAMA_INSTALL_DIR"
|
||||
if [ "$OLLAMA_INSTALL_DIR/bin/ollama" != "$BINDIR/ollama" ] ; then
|
||||
status "Making ollama accessible in the PATH in $BINDIR"
|
||||
$SUDO ln -sf "$OLLAMA_INSTALL_DIR/ollama" "$BINDIR/ollama"
|
||||
$SUDO ln -sf "$OLLAMA_INSTALL_DIR/bin/ollama" "$BINDIR/ollama"
|
||||
fi
|
||||
|
||||
# Check for NVIDIA JetPack systems with additional downloads
|
||||
|
|
|
|||
Loading…
Reference in a new issue