diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial index 2d51c5ed..08fd5244 100755 --- a/src/freedombone-app-gnusocial +++ b/src/freedombone-app-gnusocial @@ -903,7 +903,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"* || "$(arch)" == "aarch"* ]]; then echo -m $'WARNING: Pleroma currently does not support ARM ' echo $'architecture, so it will not be installed' else diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index 57c06889..86bb8736 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -921,7 +921,7 @@ function install_postactiv { # 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"* || "$(arch)" == "aarch"* ]]; then echo -m $'WARNING: Pleroma currently does not support ARM ' echo $'architecture, so it will not be installed' else