mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
correct option
This commit is contained in:
parent
b9b687136b
commit
a3d3e4b819
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ then
|
|||
ynh_die --message="Your OS Architecture is not supported"
|
||||
fi
|
||||
|
||||
curl https://github.com/meilisearch/MeiliSearch/releases/download/$latest/mailisearch-linux-$arch -O mailisearch
|
||||
curl https://github.com/meilisearch/MeiliSearch/releases/download/$latest/mailisearch-linux-$arch -o mailisearch
|
||||
mv mailisearch /usr/bin/mailisearch
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue