1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00

typo git add .git add .

This commit is contained in:
frju365 2020-05-15 23:54:06 +02:00
parent 96f17a69b0
commit b9b687136b
No known key found for this signature in database
GPG key ID: C892BE847FF5635A

View file

@ -82,7 +82,7 @@ ynh_script_progression --message="Installing mailisearch..." --time --weight=1
arch=$(ynh_detect_arch)
if [ "$arch" != "amd64" ] || [ "$arch" != "armv8" ]
if [ "$arch" != "amd64" ] && [ "$arch" != "armv8" ]
then
ynh_die --message="Your OS Architecture is not supported"
fi