From b9b687136baa965c4edac1144d200e10ed4443be Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 15 May 2020 23:54:06 +0200 Subject: [PATCH] typo git add .git add . --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8d337e5..b3f45c8 100644 --- a/scripts/install +++ b/scripts/install @@ -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