Bob Mottram 8 年前
父节点
当前提交
4a7cecfa4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-gnusocial

+ 1
- 1
src/freedombone-app-gnusocial 查看文件

@@ -999,7 +999,7 @@ function install_gnusocial {
999 999
 
1000 1000
     # Currently Pleroma won't install on ARM systems
1001 1001
     # because it uses node-sass which doesn't support ARM
1002
-    if [[ "$(arch)" != "arm*" ]]; then
1002
+    if [[ "$(arch)" != "arm"* ]]; then
1003 1003
         function_check install_nodejs
1004 1004
         install_nodejs pleroma-gnusocial
1005 1005
         install_pleroma "gnusocial" "$GNUSOCIAL_DOMAIN_NAME" "$GNUSOCIAL_BACKGROUND_IMAGE_URL" "$GNUSOCIAL_TITLE"