We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12513eb commit 2c94e15Copy full SHA for 2c94e15
docs/static/install.sh
@@ -489,7 +489,7 @@ install_binary_darwin() {
489
[ "$(uname -s)" = "Darwin" ] || fatal 'This script is intended to run on macOS only.'
490
491
info "Downloading local-ai..."
492
- curl --fail --show-error --location --progress-bar -o $TEMP_DIR/local-ai "https://github.com/mudler/LocalAI/releases/download/v${VERSION}/local-ai-Darwin-${ARCH}"
+ curl --fail --show-error --location --progress-bar -o $TEMP_DIR/local-ai "https://github.com/mudler/LocalAI/releases/download/${VERSION}/local-ai-Darwin-${ARCH}"
493
494
info "Installing local-ai..."
495
install -o0 -g0 -m755 $TEMP_DIR/local-ai /usr/local/bin/local-ai
0 commit comments