Skip to content

Commit 2c94e15

Browse files
authored
fix(install.sh): fix version typo (#2645)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 12513eb commit 2c94e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ install_binary_darwin() {
489489
[ "$(uname -s)" = "Darwin" ] || fatal 'This script is intended to run on macOS only.'
490490

491491
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}"
492+
curl --fail --show-error --location --progress-bar -o $TEMP_DIR/local-ai "https://github.com/mudler/LocalAI/releases/download/${VERSION}/local-ai-Darwin-${ARCH}"
493493

494494
info "Installing local-ai..."
495495
install -o0 -g0 -m755 $TEMP_DIR/local-ai /usr/local/bin/local-ai

0 commit comments

Comments
 (0)