diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial
index 2d51c5edcafe0c17fe844a9ccc199995d544487c..08fd52443e38463ead8b575d5022d40926411e5c 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 57c06889a91efc728b689fa46b6f22097885f7dd..86bb8736969ab72181f9d9af1076df7163326921 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