mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Merge pull request #685 from curquiza/hotfix-download-script
HOTFIX: the link in download-latest.sh
This commit is contained in:
commit
1fef613024
@ -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