mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
Fix the link in download-latest.sh
This commit is contained in:
parent
e2b71b0e57
commit
047407342b
@ -158,7 +158,7 @@ latest="$(get_latest)"
|
||||
echo "Downloading MeiliSearch binary $latest for $os..."
|
||||
|
||||
release_file="meilisearch-$os-amd64"
|
||||
link="https://github.com/meilisearch/MeiliSearch/releases/download/v$latest/$release_file"
|
||||
link="https://github.com/meilisearch/MeiliSearch/releases/download/$latest/$release_file"
|
||||
curl -OL "$link"
|
||||
mv "$release_file" "$BINARY_NAME"
|
||||
chmod 744 "$BINARY_NAME"
|
||||
|
Loading…
Reference in New Issue
Block a user