From 4a7cecfa4f74fc31a0b80480d643c5471d64c3b7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 2 Apr 2017 17:24:58 +0100 Subject: [PATCH] syntax --- src/freedombone-app-gnusocial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial index bc00ae90..68b8ba56 100755 --- a/src/freedombone-app-gnusocial +++ b/src/freedombone-app-gnusocial @@ -999,7 +999,7 @@ function install_gnusocial { # Currently Pleroma won't install on ARM systems # because it uses node-sass which doesn't support ARM - if [[ "$(arch)" != "arm*" ]]; then + if [[ "$(arch)" != "arm"* ]]; then function_check install_nodejs install_nodejs pleroma-gnusocial install_pleroma "gnusocial" "$GNUSOCIAL_DOMAIN_NAME" "$GNUSOCIAL_BACKGROUND_IMAGE_URL" "$GNUSOCIAL_TITLE"