浏览代码

Include postactiv repo within images again

Bob Mottram 7 年前
父节点
当前提交
f95c95d6ec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise 查看文件

@@ -1918,7 +1918,7 @@ function image_preinstall_repos {
1918 1918
         git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1919 1919
         #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1920 1920
         git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1921
-        #git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
1921
+        git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
1922 1922
         return
1923 1923
     fi
1924 1924
 
@@ -1931,7 +1931,7 @@ function image_preinstall_repos {
1931 1931
     git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1932 1932
     #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1933 1933
     git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1934
-    #git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
1934
+    git clone "$POSTACTIV_REPO" "$rootdir/repos/postactiv"
1935 1935
     git clone "$SHARINGS_REPO" "$rootdir/repos/sharings"
1936 1936
     git clone "$HTMLY_REPO" "$rootdir/repos/htmly"
1937 1937
     git clone "$HUBZILLA_REPO" "$rootdir/repos/hubzilla"