Skip to content
Snippets Groups Projects
Commit 4a7cecfa authored by Bob Mottram's avatar Bob Mottram
Browse files

syntax

parent 315077c6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment