syntax
This commit is contained in:
parent
315077c693
commit
4a7cecfa4f
|
@ -999,7 +999,7 @@ function install_gnusocial {
|
||||||
|
|
||||||
# Currently Pleroma won't install on ARM systems
|
# Currently Pleroma won't install on ARM systems
|
||||||
# because it uses node-sass which doesn't support ARM
|
# because it uses node-sass which doesn't support ARM
|
||||||
if [[ "$(arch)" != "arm*" ]]; then
|
if [[ "$(arch)" != "arm"* ]]; then
|
||||||
function_check install_nodejs
|
function_check install_nodejs
|
||||||
install_nodejs pleroma-gnusocial
|
install_nodejs pleroma-gnusocial
|
||||||
install_pleroma "gnusocial" "$GNUSOCIAL_DOMAIN_NAME" "$GNUSOCIAL_BACKGROUND_IMAGE_URL" "$GNUSOCIAL_TITLE"
|
install_pleroma "gnusocial" "$GNUSOCIAL_DOMAIN_NAME" "$GNUSOCIAL_BACKGROUND_IMAGE_URL" "$GNUSOCIAL_TITLE"
|
||||||
|
|
Loading…
Reference in New Issue