Browse Source

Switch to hubzilla

Bob Mottram 9 years ago
parent
commit
53afe6ff4c
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone
  2. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone View File

@@ -43,7 +43,7 @@ INSTALLING_ON_BBB="no"
43 43
 VERSION="1.01"
44 44
 
45 45
 # whether to enable hubzilla or redmatrix
46
-ENABLE_HUBZILLA="no"
46
+ENABLE_HUBZILLA="yes"
47 47
 
48 48
 # Different system variants which may be specified within
49 49
 # the SYSTEM_TYPE option

+ 1
- 1
src/freedombone-config View File

@@ -32,7 +32,7 @@
32 32
 NO_OF_ARGS=$#
33 33
 
34 34
 # whether to enable hubzilla or redmatrix
35
-ENABLE_HUBZILLA="no"
35
+ENABLE_HUBZILLA="yes"
36 36
 
37 37
 # Web site
38 38
 FREEDOMBONE_WEBSITE="http://freedombone.uk.to"