Pārlūkot izejas kodu

Include qvitter theme repo within images again

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
782b57c565
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4
    4
      src/freedombone-image-customise

+ 4
- 4
src/freedombone-image-customise Parādīt failu

1901
 
1901
 
1902
     if [[ "$SOCIALINSTANCE" == "pleroma" ]]; then
1902
     if [[ "$SOCIALINSTANCE" == "pleroma" ]]; then
1903
         git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
1903
         git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
1904
-        #git clone $QVITTER_THEME_REPO "$rootdir/repos/qvitter"
1904
+        git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1905
         git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1905
         git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1906
         return
1906
         return
1907
     fi
1907
     fi
1909
     if [[ "$SOCIALINSTANCE" == "gnusocial" ]]; then
1909
     if [[ "$SOCIALINSTANCE" == "gnusocial" ]]; then
1910
         git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
1910
         git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
1911
         git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1911
         git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1912
-        #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1912
+        git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1913
         git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1913
         git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
1914
         return
1914
         return
1915
     fi
1915
     fi
1916
 
1916
 
1917
     if [[ "$SOCIALINSTANCE" == "postactiv" ]]; then
1917
     if [[ "$SOCIALINSTANCE" == "postactiv" ]]; then
1918
         git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1918
         git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1919
-        #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1919
+        git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1920
         git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
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
         return
1922
         return
1929
     git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
1929
     git clone "$GNUSOCIAL_REPO" "$rootdir/repos/gnusocial"
1930
     git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
1930
     git clone "$PLEROMA_REPO" "$rootdir/repos/pleroma"
1931
     git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1931
     git clone "$GNUSOCIAL_MARKDOWN_REPO" "$rootdir/repos/gnusocial-markdown"
1932
-    #git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1932
+    git clone "$QVITTER_THEME_REPO" "$rootdir/repos/qvitter"
1933
     git clone "$PLEROMA_FRONTEND_REPO" "$rootdir/repos/pleroma-fe"
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
     git clone "$SHARINGS_REPO" "$rootdir/repos/sharings"
1935
     git clone "$SHARINGS_REPO" "$rootdir/repos/sharings"