소스 검색

Switch to hubzilla

Bob Mottram 9 년 전
부모
커밋
53afe6ff4c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/freedombone
  2. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone 파일 보기

@@ -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 파일 보기

@@ -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"