From 53afe6ff4cc7fb0e87ff5089f584795e6644c48b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 7 Sep 2015 22:25:06 +0100 Subject: [PATCH] Switch to hubzilla --- src/freedombone | 2 +- src/freedombone-config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"