diff --git a/src/freedombone b/src/freedombone index ba9ec4f7..9320f0af 100755 --- a/src/freedombone +++ b/src/freedombone @@ -43,7 +43,7 @@ INSTALLING_ON_BBB="no" VERSION="1.01" # whether to enable hubzilla or redmatrix -ENABLE_HUBZILLA="no" +ENABLE_HUBZILLA="yes" # Different system variants which may be specified within # the SYSTEM_TYPE option diff --git a/src/freedombone-config b/src/freedombone-config index d36044b7..803337b8 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -32,7 +32,7 @@ NO_OF_ARGS=$# # whether to enable hubzilla or redmatrix -ENABLE_HUBZILLA="no" +ENABLE_HUBZILLA="yes" # Web site FREEDOMBONE_WEBSITE="http://freedombone.uk.to"