mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
typo
This commit is contained in:
parent
9c200a3b80
commit
7e374c0d66
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ if [ "$arch" != "amd64" ] && [ "$arch" != "armv8" ]
|
|||
then
|
||||
ynh_die --message="Your OS Architecture is not supported"
|
||||
fi
|
||||
$release_file=meilisearch-linux-$arch
|
||||
release_file=meilisearch-linux-$arch
|
||||
curl -OL https://github.com/meilisearch/MeiliSearch/releases/download/$latest/meilisearch-linux-$arch
|
||||
chmod +x "$release_file"
|
||||
mv "$release_file" /usr/bin/mailisearch
|
||||
|
|
Loading…
Reference in a new issue