1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00
This commit is contained in:
frju365 2020-05-15 23:02:00 +02:00
parent 43530e6c99
commit 558ee51d5c
No known key found for this signature in database
GPG key ID: C892BE847FF5635A

View file

@ -18,7 +18,7 @@ ynh_detect_arch(){
echo $architecture
}
installation_mailisearch() {
installation_mailisearch(){
arch=$(ynh_detect_arch)
url=""
if [[ $arch = "amd64" ]]