Bläddra i källkod

Include postactiv repo within images again

Bob Mottram 7 år sedan
förälder
incheckning
f95c95d6ec
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise Visa fil

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